mercurial/cmdutil.py
changeset 38280 2ec44160165d
parent 38278 0c7970d4e6b4
child 38311 47f5454a30ed
--- a/mercurial/cmdutil.py	Tue Jun 12 02:36:34 2018 +0530
+++ b/mercurial/cmdutil.py	Mon May 28 21:13:32 2018 +0530
@@ -3173,7 +3173,7 @@
 # (state file, clearable, allowcommit, error, hint)
 unfinishedstates = [
     ('graftstate', True, False, _('graft in progress'),
-     _("use 'hg graft --continue' or 'hg update' to abort")),
+     _("use 'hg graft --continue' or 'hg graft --stop' to abort")),
     ('updatestate', True, False, _('last update was interrupted'),
      _("use 'hg update' to get a consistent checkout"))
     ]