From: Ian Jackson Date: Mon, 1 Oct 2018 13:04:58 +0000 (+0100) Subject: i18n: dgit: Reorganise quilt differences message generation X-Git-Tag: archive/debian/7.0_pre1~20 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=7bcf96858056c7c5c64c451833688cf495647d56;hp=c18788dc035b535cf487046e0fa9539c391c9ea3 i18n: dgit: Reorganise quilt differences message generation No functional change. This will make the translation markup auditable. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 35986821..e0ebfbad 100755 --- a/dgit +++ b/dgit @@ -6067,13 +6067,13 @@ END printdebug "differences \@dl @dl.\n"; progress sprintf -"$us: base trees orig=%.20s o+d/p=%.20s", - $unapplied, $oldtiptree; +"%s: base trees orig=%.20s o+d/p=%.20s", + $us, $unapplied, $oldtiptree; progress sprintf -"$us: quilt differences: src: %s orig %s gitignores: %s orig %s\n". -"$us: quilt differences: HEAD %s o+d/p HEAD %s o+d/p", - $dl[0], $dl[1], $dl[3], $dl[4], - $dl[2], $dl[5]; +"%s: quilt differences: src: %s orig %s gitignores: %s orig %s\n". +"%s: quilt differences: HEAD %s o+d/p HEAD %s o+d/p", + $us, $dl[0], $dl[1], $dl[3], $dl[4], + $us, $dl[2], $dl[5]; if (@unrepres) { print STDERR "dgit: cannot represent change: $_->[1]: $_->[0]\n"