chiark / gitweb /
Actually honour the branch name for $isuite, if we are on dgit branch
[dgit.git] / dgit
diff --git a/dgit b/dgit
index a95629f52605f4246cdf39abde2012a9b5ea290b..aa5da935179512bc3390096faa6ebf0269ae15ff 100755 (executable)
--- 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';