From 6320a38e58a33f648f701d43946831fc166fab6f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 19 Aug 2018 19:59:41 +0100 Subject: git-debrebase: convert-from-gbp; on stitch failure, clarify message Clarify what the preceding failure messages mean, and what the consequences are. This is part of #906641. Signed-off-by: Ian Jackson --- git-debrebase | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'git-debrebase') diff --git a/git-debrebase b/git-debrebase index 6abc86d..eabf5ad 100755 --- a/git-debrebase +++ b/git-debrebase @@ -2489,7 +2489,11 @@ END if (!$previous_dgit_view) { $@ =~ s/^\n+//; chomp $@; - print STDERR "cannot stitch in dgit view: $@\n"; + print STDERR <