##// END OF EJS Templates
help: allow -k to find debug commands
Matt Mackall -
r20823:3879ac38 default
parent child Browse files
Show More
@@ -92,8 +92,6 b' def topicmatch(kw):'
92 results['topics'].append((names[0], header))
92 results['topics'].append((names[0], header))
93 import commands # avoid cycle
93 import commands # avoid cycle
94 for cmd, entry in commands.table.iteritems():
94 for cmd, entry in commands.table.iteritems():
95 if cmd.startswith('debug'):
96 continue
97 if len(entry) == 3:
95 if len(entry) == 3:
98 summary = entry[2]
96 summary = entry[2]
99 else:
97 else:
General Comments 0
You need to be logged in to leave comments. Login now