# HG changeset patch
# User Boris Feld <boris.feld@octobus.net>
# Date 2017-10-11 02:12:23
# Node ID 2d07d20d5a78419c2bc717a3eaef038122ffb460
# Parent  263a736aed9baede11846d29913cb84e806b0514

configitems: register the 'web.allowbz2' config

diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -712,6 +712,9 @@ coreconfigitem('ui', 'verbose',
 coreconfigitem('verify', 'skipflags',
     default=None,
 )
+coreconfigitem('web', 'allowbz2',
+    default=None,
+)
 coreconfigitem('web', 'accesslog',
     default='-',
 )