From: Ian Jackson Date: Wed, 9 Oct 2013 06:50:25 +0000 (+0100) Subject: wip changes for remote push - check repeated want X-Git-Tag: debian/0.16_experimental2^2~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=c94f82b90ecfb8def21bdb330dec14d94235642d;ds=sidebyside wip changes for remote push - check repeated want --- diff --git a/dgit b/dgit index b4de99a1..05e95dfb 100755 --- a/dgit +++ b/dgit @@ -1446,6 +1446,7 @@ our %i_wanted; sub i_resp_want ($) { my ($keyword) = @_; + die "$keyword ?" if $i_wanted{$keyword}++; my @localpaths = i_method "i_want_", $keyword; foreach my $localpath (@localpaths) { protocol_send_file \*RI, $localpath;