# HG changeset patch # User Matt Mackall # Date 1395517615 18000 # Node ID 3879ac3858ffd9bb46e19fcc3a2b31d7bb2b54c5 # Parent be87397f98c9692364946485796a8768861c05f5 help: allow -k to find debug commands diff --git a/mercurial/help.py b/mercurial/help.py --- a/mercurial/help.py +++ b/mercurial/help.py @@ -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: