X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=51cac14844f120eba0b52ac8883dfa79891bdb30;hp=dbb23f39deeb6397b595b09f2b40fda814d123a5;hb=5f0580a8bbf6460363d208acfab53714f190a7a6;hpb=21e1afc5f7963a0223207d8284f2f2d0d382cc6f diff --git a/dgit b/dgit index dbb23f39..51cac148 100755 --- 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;