changeset 34604:dcd6b6625e98

configitems: register the 'web.allowzip' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:14:14 +0200
parents cc5445ced177
children 625202a44d88
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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='-',
 )