X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=3905e576620a3410b4ae766657cd50ec7d71243a;hp=13d17eaeb8fd5db7d8b585d060d5408bb29aecef;hb=f161f45247f812f366a76e039035255450d4e522;hpb=eefe676b1f2bb245710f17e7b7694b420d0a00db diff --git a/dgit b/dgit index 13d17eae..3905e576 100755 --- a/dgit +++ b/dgit @@ -2397,6 +2397,7 @@ sub push_tagwants ($$$$) { $tw->{Tag} = $tw->{TagFn}($cversion, access_basedistro); $tw->{Tfn} = sub { $tfbase.$tw->{TfSuffix}.$_[0]; }; } + printdebug 'push_tagwants: ', Dumper(\@_, \@tagwants); return @tagwants; }