summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-25 07:23:18 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-25 07:23:23 +0100
commit35b159e1e9e8d170732c8a5ca5dd58d3a3c3bcda (patch)
treeba636ff62b51ca8f84c1400dbca71ea54574023d /dgit
parent94fa2654f99556f17b0c98712b29d1bec3a8f91b (diff)
messages: Be a lot more friendly about NEW in particular
And also add a couple of `please's. Closes:#904448. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dgit b/dgit
index 9c58fdf..0c55655 100755
--- a/dgit
+++ b/dgit
@@ -3992,7 +3992,7 @@ sub splitbrain_pseudomerge ($$$$) {
$@ =~ s/^\n//; chomp $@;
print STDERR <<END;
$@
-| Not fast forward; maybe --overwrite is needed, see dgit(1)
+| Not fast forward; maybe --overwrite is needed ? Please see dgit(1).
END
finish -1;
}
@@ -5917,7 +5917,7 @@ sub quilt_fixup_multipatch ($$$) {
failed to apply your git tree's patch stack (from debian/patches/) to
the corresponding upstream tarball(s). Your source tree and .orig
are probably too inconsistent. dgit can only fix up certain kinds of
- anomaly (depending on the quilt mode). See --quilt= in dgit(1).
+ anomaly (depending on the quilt mode). Please see --quilt= in dgit(1).
END
}