Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 27324:5456374561a7
help: call filtercmd from topicmatch
update test coverage to explicitly define when help -c should
list debug/deprecated items.
author | timeless <timeless@mozdev.org> |
---|---|
date | Wed, 09 Dec 2015 19:09:35 +0000 |
parents | 0fe93498ef07 |
children | eadbbd14bdc1 |
line wrap: on
line diff
--- a/mercurial/help.py Wed Dec 09 19:09:06 2015 +0000 +++ b/mercurial/help.py Wed Dec 09 19:09:35 2015 +0000 @@ -124,6 +124,8 @@ if doclines: summary = doclines[0] cmdname = cmd.partition('|')[0].lstrip('^') + if filtercmd(ui, cmdname, kw, docs): + continue results['commands'].append((cmdname, summary)) for name, docs in itertools.chain( extensions.enabled(False).iteritems(),