diff -r ee1af0f33d0e -r 499fc471296b mercurial/cmdutil.py --- a/mercurial/cmdutil.py Thu Jul 25 00:00:47 2013 -0500 +++ b/mercurial/cmdutil.py Thu Jul 25 00:33:28 2013 -0500 @@ -2110,7 +2110,9 @@ # (state file, clearable, error, hint) unfinishedstates = [ ('graftstate', True, _('graft in progress'), - _("use 'hg graft --continue' or 'hg update' to abort")) + _("use 'hg graft --continue' or 'hg update' to abort")), + ('updatestate', True, _('last update was interrupted'), + _("use 'hg update' to get a consistent checkout")) ] def checkunfinished(repo):