diff -r a8e7ea176437 -r 2ec44160165d mercurial/cmdutil.py --- 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")) ]