# HG changeset patch # User Boris Feld # Date 1507687954 -7200 # Node ID 8f4d54b74206b8926b6f91ecc2b01da4f027fe75 # Parent 2d07d20d5a78419c2bc717a3eaef038122ffb460 configitems: register the 'web.allowgz' config diff -r 2d07d20d5a78 -r 8f4d54b74206 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='-', )