Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 40489:1ddd202c47d9
help: allow hiding of help topics
Differential Revision: https://phab.mercurial-scm.org/D5077
author | rdamazio@google.com |
---|---|
date | Sat, 13 Oct 2018 05:43:39 -0700 |
parents | ab09e797fbed |
children | 968dd7e02ac5 |
line wrap: on
line diff
--- a/mercurial/configitems.py Sat Oct 13 05:02:55 2018 -0700 +++ b/mercurial/configitems.py Sat Oct 13 05:43:39 2018 -0700 @@ -703,6 +703,10 @@ default=False, generic=True, ) +coreconfigitem('help', 'hidden-topic\..*', + default=False, + generic=True, +) coreconfigitem('hooks', '.*', default=dynamicdefault, generic=True,