X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/7b4c40e6e5e019c5e079d8331bee4842af21019a..e4394e12db7cccd1b5bf905d364763221d65f534:/stgit/stack.py?ds=sidebyside diff --git a/stgit/stack.py b/stgit/stack.py index 0f5d868..b21cc30 100644 --- a/stgit/stack.py +++ b/stgit/stack.py @@ -1030,7 +1030,8 @@ class Series(StgitObject): except git.GitException, ex: print >> sys.stderr, \ 'The merge failed during "push". ' \ - 'Use "refresh" after fixing the conflicts' + 'Use "refresh" after fixing the conflicts or ' \ + 'revert the operation with "push --undo".' append_string(self.__applied_file, name)