changeset 34230:b0a567017647

configitems: register the 'web.allow_read' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:34 +0200
parents 6742e18e41f0
children 4a192d70502e
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,
 )