diff mercurial/cmdutil.py @ 41396:d75fde22de91

cmdutil: drop obsolete comment about updating to '.' Obsolete since cf68e2649e0a (status: advertise --abort instead of 'update -C .' to abort a merge, 2018-08-09) and 5b04b6204931 (status: advertise --abort instead of 'update -C .' to abort graft, 2018-08-09). Differential Revision: https://phab.mercurial-scm.org/D5694
author Martin von Zweigbergk <martinvonz@google.com>
date Fri, 25 Jan 2019 09:50:23 -0800
parents 876494fd967d
children d783c937aa53
line wrap: on
line diff
--- a/mercurial/cmdutil.py	Thu Jan 24 16:30:30 2019 -0800
+++ b/mercurial/cmdutil.py	Fri Jan 25 09:50:23 2019 -0800
@@ -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():