configitems: register the 'web.allow_read' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:45:34 +0200
changeset 34230 b0a567017647
parent 34229 6742e18e41f0
child 34231 4a192d70502e
configitems: register the 'web.allow_read' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:45:33 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:34 2017 +0200
@@ -591,6 +591,9 @@
 coreconfigitem('web', 'allow_archive',
     default=list,
 )
+coreconfigitem('web', 'allow_read',
+    default=list,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )