# HG changeset patch # User Boris Feld # Date 2017-10-11 02:15:37 # Node ID 9d97487514c7b35f041eb2b889d3282dfc26a946 # Parent f12de15c5711fbebf5126c9d4cebc89f37f0d22b configitems: register the 'web.hidden' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -739,6 +739,9 @@ coreconfigitem('web', 'deny_push', coreconfigitem('web', 'guessmime', default=False, ) +coreconfigitem('web', 'hidden', + default=None, +) coreconfigitem('web', 'accesslog', default='-', )