mercurial/dispatch.py
changeset 38787 5199c5b6fd29
parent 38768 afc4ad706f9c
child 38788 a9ff2b0c11dd
--- 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: