D5694: cmdutil: drop obsolete comment about updating to '.'

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Fri Jan 25 18:01:49 UTC 2019


martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  Obsolete since https://phab.mercurial-scm.org/rHGcf68e2649e0ae0fce4bdb091a202d580a96a8233 (status: advertise --abort instead of
  'update -C .' to abort a merge, 2018-08-09) and https://phab.mercurial-scm.org/rHG5b04b620493197503c020740ef48c93c49b26b69 (status:
  advertise --abort instead of 'update -C .' to abort graft, 2018-08-09).

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5694

AFFECTED FILES
  mercurial/cmdutil.py

CHANGE DETAILS

diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py
--- a/mercurial/cmdutil.py
+++ b/mercurial/cmdutil.py
@@ -607,11 +607,9 @@
     return _helpmessage('hg unshelve --continue', 'hg unshelve --abort')
 
 def _graftmsg():
-    # tweakdefaults requires `update` to have a rev hence the `.`
     return _helpmessage('hg graft --continue', 'hg graft --abort')
 
 def _mergemsg():
-    # tweakdefaults requires `update` to have a rev hence the `.`
     return _helpmessage('hg commit', 'hg merge --abort')
 
 def _bisectmsg():



To: martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list