mercurial/cmdutil.py
changeset 38311 47f5454a30ed
parent 38280 2ec44160165d
child 38341 50f5fc232c16
--- a/mercurial/cmdutil.py	Thu Jun 14 16:51:39 2018 -0400
+++ b/mercurial/cmdutil.py	Fri Jun 15 02:07:39 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 graft --stop' to abort")),
+     _("use 'hg graft --continue' or 'hg graft --stop' to stop")),
     ('updatestate', True, False, _('last update was interrupted'),
      _("use 'hg update' to get a consistent checkout"))
     ]