##// 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 92 results['topics'].append((names[0], header))
93 93 import commands # avoid cycle
94 94 for cmd, entry in commands.table.iteritems():
95 if cmd.startswith('debug'):
96 continue
97 95 if len(entry) == 3:
98 96 summary = entry[2]
99 97 else:
General Comments 0
You need to be logged in to leave comments. Login now