chiark / gitweb /
git-debrebase: merge: Get debian/ parts of new patch queue right
[dgit.git] / dgit
diff --git a/dgit b/dgit
index dbb23f39deeb6397b595b09f2b40fda814d123a5..51cac14844f120eba0b52ac8883dfa79891bdb30 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -3457,7 +3457,7 @@ END
 
 
 sub multisuite_suite_child ($$$) {
-    my ($tsuite, $merginputs, $fn) = @_;
+    my ($tsuite, $mergeinputs, $fn) = @_;
     # in child, sets things up, calls $fn->(), and returns undef
     # in parent, returns canonical suite name for $tsuite
     my $canonsuitefh = IO::File::new_tmpfile;
@@ -3484,7 +3484,7 @@ sub multisuite_suite_child ($$$) {
        return $csuite;
     }
     printdebug "multisuite $tsuite ok (canon=$csuite)\n";
-    push @$merginputs, {
+    push @$mergeinputs, {
         Ref => lrref,
         Info => $csuite,
     };
@@ -3528,7 +3528,6 @@ sub fork_for_multisuite ($) {
             fetch_one();
            finish 0;
        });
-       # xxx collecte the ref here
 
        $csubsuite =~ s/^\Q$cbasesuite\E-/-/;
        push @csuites, $csubsuite;