Mercurial > hg-stable
changeset 34600:2d07d20d5a78
configitems: register the 'web.allowbz2' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 11 Oct 2017 04:12:23 +0200 |
parents | 263a736aed9b |
children | 8f4d54b74206 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Wed Oct 11 03:54:19 2017 +0200 +++ b/mercurial/configitems.py Wed Oct 11 04:12:23 2017 +0200 @@ -712,6 +712,9 @@ coreconfigitem('verify', 'skipflags', default=None, ) +coreconfigitem('web', 'allowbz2', + default=None, +) coreconfigitem('web', 'accesslog', default='-', )