changeset 34609:9d97487514c7

configitems: register the 'web.hidden' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:15:37 +0200
parents f12de15c5711
children f3e090d0c6d6
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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='-',
 )