mercurial/configitems.py
changeset 34604 dcd6b6625e98
parent 34603 cc5445ced177
child 34605 625202a44d88
--- 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='-',
 )