diff -r 28d8b5f49b4d -r 5199c5b6fd29 mercurial/dispatch.py --- a/mercurial/dispatch.py Tue Jul 24 22:51:11 2018 -0700 +++ b/mercurial/dispatch.py Tue Jul 24 10:22:07 2018 -0700 @@ -394,9 +394,8 @@ _reportsimilar(ui.warn, sim) suggested = True if not suggested: - ui.pager('help') ui.warn(nocmdmsg) - commands.help_(ui, 'shortlist') + ui.warn(_("(use 'hg help' for a list of commands)\n")) except IOError: raise except KeyboardInterrupt: