comparison mercurial/configitems.py @ 40413: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
comparison
equal deleted inserted replaced
40412:ab09e797fbed 40413:1ddd202c47d9
701 ) 701 )
702 coreconfigitem('help', 'hidden-command\..*', 702 coreconfigitem('help', 'hidden-command\..*',
703 default=False, 703 default=False,
704 generic=True, 704 generic=True,
705 ) 705 )
706 coreconfigitem('help', 'hidden-topic\..*',
707 default=False,
708 generic=True,
709 )
706 coreconfigitem('hooks', '.*', 710 coreconfigitem('hooks', '.*',
707 default=dynamicdefault, 711 default=dynamicdefault,
708 generic=True, 712 generic=True,
709 ) 713 )
710 coreconfigitem('hgweb-paths', '.*', 714 coreconfigitem('hgweb-paths', '.*',