configitems: register the 'web.allowzip' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 04:14:14 +0200
changeset 34604 dcd6b6625e98
parent 34603 cc5445ced177
child 34605 625202a44d88
configitems: register the 'web.allowzip' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 04:14:01 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:14:14 2017 +0200
@@ -724,6 +724,9 @@
 coreconfigitem('web', 'allow_push',
     default=list,
 )
+coreconfigitem('web', 'allowzip',
+    default=None,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )