cmdutil: drop obsolete comment about updating to '.'
authorMartin von Zweigbergk <martinvonz@google.com>
Fri, 25 Jan 2019 09:50:23 -0800
changeset 41374 d75fde22de91
parent 41373 b5f5dc0fa908
child 41375 f1b0d9988825
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
mercurial/cmdutil.py
--- 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():