chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f2b3e
)
Better error message if merge fails
author
Karl Hasselström
<kha@treskal.com>
Wed, 19 Dec 2007 18:00:12 +0000
(18:00 +0000)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Wed, 19 Dec 2007 23:13:30 +0000
(23:13 +0000)
This message is no longer printed in case of conflicts, just in case
the merge really failed; so don't talk about conflicts in the error
message.
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/stack.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/stack.py
b/stgit/stack.py
index 34685471cb5c9508875ee95c4fe19d9b69957623..b6f61318724608e29e8d15d39b379342bc8120e9 100644
(file)
--- a/
stgit/stack.py
+++ b/
stgit/stack.py
@@
-1109,8
+1109,7
@@
class Series(PatchSet):
ex.list()
except git.GitException, ex:
out.error('The merge failed during "push".',
- 'Use "refresh" after fixing the conflicts or'
- ' revert the operation with "push --undo".')
+ 'Revert the operation with "push --undo".')
append_string(self.__applied_file, name)