--- 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='-', )