summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-11-07 02:56:08 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-11-07 02:56:10 +0000
commit6cd2df7eeec8f951c6b7971b1e1ffdce04dd633b (patch)
tree87f8be769374a3d912fafe7ff037bc67e90128db /dgit
parentf283022faa83ee21d5441aafd9c9f11be1aee6fe (diff)
Actually honour the branch name for $isuite, if we are on dgit branch
As documented in the manpage. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index a95629f..aa5da93 100755
--- a/dgit
+++ b/dgit
@@ -3899,7 +3899,7 @@ sub fetchpullargs () {
$package = getfield $sourcep, 'Source';
}
if (@ARGV==0) {
-# $isuite = branchsuite(); # this doesn't work because dak hates canons
+ $isuite = branchsuite();
if (!$isuite) {
my $clogp = parsechangelog();
$isuite = getfield $clogp, 'Distribution';