From 5e1146ab267afe371d108582671546c7fe096a50 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 20 Aug 2018 01:48:04 +0100 Subject: 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 --- dgit | 6 +++--- 1 file 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()) { -- cgit v1.2.3