mercurial/configitems.py
changeset 34609 9d97487514c7
parent 34608 f12de15c5711
child 34610 f3e090d0c6d6
--- a/mercurial/configitems.py	Wed Oct 11 04:15:24 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:15:37 2017 +0200
@@ -739,6 +739,9 @@
 coreconfigitem('web', 'guessmime',
     default=False,
 )
+coreconfigitem('web', 'hidden',
+    default=None,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )