summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-20 01:48:04 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-20 01:48:04 +0100
commit5e1146ab267afe371d108582671546c7fe096a50 (patch)
tree94f3587ee71780309596bcb1a560f1df83b7cc4d /dgit
parent1bc7acac1e13f58de74e7e07b0f3c3741f4ef405 (diff)
dgit: quilt fixup errors: Refactor and reword very slightly
Make this two calls to push so we can put things in between. Also remove `to specify'; now the message fits in 80 columns. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit6
1 files changed, 3 insertions, 3 deletions
diff --git a/dgit b/dgit
index 6377e32..a2ca2db 100755
--- a/dgit
+++ b/dgit
@@ -5928,9 +5928,9 @@ END
push @failsuggestion, [ 'applied',
"This might be a patches-applied branch." ];
}
- push @failsuggestion, [ 'quilt-mode', "Maybe you need to specify one of".
- " --[quilt=]gbp --[quilt=]dpm --quilt=unapplied ?" ],
- [ 'origs',
+ push @failsuggestion, [ 'quilt-mode',
+ "Maybe you need one of --[quilt=]gbp --[quilt=]dpm --quilt=unapplied ?" ];
+ push @failsuggestion, [ 'origs',
"Maybe orig tarball(s) are not identical to git representation?" ];
if (quiltmode_splitbrain()) {