X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=dgit;h=bfc168c253c9423805902428fc7bd43ca9c0e1ec;hb=99b7b3246b32cde43dca421571c06f42e00c1baf;hp=d18cc73b000be7b6fefafb869f900d940e5bda09;hpb=ef0c4cd40f2c8bd50ea252f7de56dae3b64eeced;p=dgit.git diff --git a/dgit b/dgit index d18cc73b..bfc168c2 100755 --- a/dgit +++ b/dgit @@ -4013,10 +4013,12 @@ sub splitbrain_pseudomerge ($$$$) { infopair_cond_ff($i_dep14, [ $maintview, 'HEAD' ]); 1; }) { + $@ =~ s/^\n//; chomp $@; print STDERR <($notp), "\n"; } print STDERR "$us: $_\n" foreach @$failsuggestion; - fail "quilt fixup naive history linearisation failed.\n". + fail + "quilt history linearisation failed. Search \`quilt fixup' in dgit(7).\n". "Use dpkg-source --commit by hand; or, --quilt=smash for one ugly patch"; } elsif ($quilt_mode eq 'smash') { } elsif ($quilt_mode eq 'auto') {