Skip to content
Snippets Groups Projects
Commit 3879ac38 authored by Matt Mackall's avatar Matt Mackall
Browse files

help: allow -k to find debug commands

parent be87397f
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment