changeset 20823:3879ac3858ff

help: allow -k to find debug commands
author Matt Mackall <mpm@selenic.com>
date Sat, 22 Mar 2014 14:46:55 -0500
parents be87397f98c9
children ca5dd216cb62
files mercurial/help.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help.py	Sat Mar 15 16:14:04 2014 +0100
+++ b/mercurial/help.py	Sat Mar 22 14:46:55 2014 -0500
@@ -92,8 +92,6 @@
             results['topics'].append((names[0], header))
     import commands # avoid cycle
     for cmd, entry in commands.table.iteritems():
-        if cmd.startswith('debug'):
-            continue
         if len(entry) == 3:
             summary = entry[2]
         else: