From 7bcf96858056c7c5c64c451833688cf495647d56 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Oct 2018 14:04:58 +0100 Subject: [PATCH 1/1] i18n: dgit: Reorganise quilt differences message generation No functional change. This will make the translation markup auditable. Signed-off-by: Ian Jackson --- dgit | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" -- 2.30.2