##// END OF EJS Templates
status: advertise --abort instead of 'update -C .' to abort a merge...
Pulkit Goyal -
r39001:cf68e264 default
parent child Browse files
Show More
@@ -617,7 +617,7 b' def _graftmsg():'
617
617
618 def _mergemsg():
618 def _mergemsg():
619 # tweakdefaults requires `update` to have a rev hence the `.`
619 # tweakdefaults requires `update` to have a rev hence the `.`
620 return _helpmessage('hg commit', _updatecleanmsg())
620 return _helpmessage('hg commit', 'hg merge --abort')
621
621
622 def _bisectmsg():
622 def _bisectmsg():
623 msg = _('To mark the changeset good: hg bisect --good\n'
623 msg = _('To mark the changeset good: hg bisect --good\n'
@@ -58,7 +58,7 b''
58 # To mark files as resolved: hg resolve --mark FILE
58 # To mark files as resolved: hg resolve --mark FILE
59
59
60 # To continue: hg commit
60 # To continue: hg commit
61 # To abort: hg update --clean . (warning: this will discard uncommitted changes)
61 # To abort: hg merge --abort
62
62
63
63
64 $ cat a
64 $ cat a
General Comments 0
You need to be logged in to leave comments. Login now