mercurial/configitems.py
changeset 40412 ab09e797fbed
parent 40400 db0dba2d157d
child 40413 1ddd202c47d9
--- a/mercurial/configitems.py	Sat Oct 20 00:12:20 2018 +0300
+++ b/mercurial/configitems.py	Sat Oct 13 05:02:55 2018 -0700
@@ -699,6 +699,10 @@
 coreconfigitem('fsmonitor', 'warn_update_file_count',
     default=50000,
 )
+coreconfigitem('help', 'hidden-command\..*',
+    default=False,
+    generic=True,
+)
 coreconfigitem('hooks', '.*',
     default=dynamicdefault,
     generic=True,