From: Ian Jackson Date: Mon, 20 Aug 2018 00:48:04 +0000 (+0100) Subject: dgit: quilt fixup errors: Refactor and reword very slightly X-Git-Tag: archive/debian/6.7~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5e1146ab267afe371d108582671546c7fe096a50;p=dgit.git 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 --- diff --git a/dgit b/dgit index 6377e327..a2ca2dbd 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()) {