configitems: register the 'web.allowgz' config
authorBoris Feld <boris.feld@octobus.net>
Wed, 11 Oct 2017 04:12:34 +0200
changeset 34601 8f4d54b74206
parent 34600 2d07d20d5a78
child 34602 56816cfc4951
configitems: register the 'web.allowgz' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Wed Oct 11 04:12:23 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 04:12:34 2017 +0200
@@ -715,6 +715,9 @@
 coreconfigitem('web', 'allowbz2',
     default=None,
 )
+coreconfigitem('web', 'allowgz',
+    default=None,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )