From: Ian Jackson Date: Fri, 10 Aug 2018 13:46:03 +0000 (+0100) Subject: dgit: Drop an obsolete xxx comment X-Git-Tag: archive/debian/6.7~157 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=a0ebfd60790ce326fbde74744939588ee6f1d7d7 dgit: Drop an obsolete xxx comment This comment comes originally from a WIP commit e0ebbc5879c01d4c3e802101e146c5fb08bc9d49 I have in before-rebase.2016-11-07. In that commit, @merginputs did not exist. Now it does, and that is how the ref comes out. So this comment is obsolete. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index dbb23f39..d2f2c0fb 100755 --- a/dgit +++ b/dgit @@ -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;