summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 14:04:58 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 14:12:07 +0100
commit7bcf96858056c7c5c64c451833688cf495647d56 (patch)
treef4cad17fd390432a2b84a6a61a829d52d78a194d
parentc18788dc035b535cf487046e0fa9539c391c9ea3 (diff)
i18n: dgit: Reorganise quilt differences message generation
No functional change. This will make the translation markup auditable. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit12
1 files changed, 6 insertions, 6 deletions
diff --git a/dgit b/dgit
index 3598682..e0ebfba 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"