configitems: register the 'web.allow_archive' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:45:33 +0200
changeset 34236 6742e18e41f0
parent 34235 af4f0c74f8b5
child 34237 b0a567017647
configitems: register the 'web.allow_archive' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:45:32 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:45:33 2017 +0200
@@ -588,6 +588,9 @@
 coreconfigitem('web', 'address',
     default='',
 )
+coreconfigitem('web', 'allow_archive',
+    default=list,
+)
 coreconfigitem('worker', 'backgroundclose',
     default=dynamicdefault,
 )