diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4878,10 +4878,10 @@ if node != parent: if dirty: hint = _("uncommitted changes, use --all to discard all" - " changes, or 'hg update %s' to update") % ctx.rev() + " changes, or 'hg update %d' to update") % ctx.rev() else: hint = _("use --all to revert all files," - " or 'hg update %s' to update") % ctx.rev() + " or 'hg update %d' to update") % ctx.rev() elif dirty: hint = _("uncommitted changes, use --all to discard all changes") else: