Mercurial > hg > mercurial-source
comparison mercurial/configitems.py @ 35383: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 |
comparison
equal
deleted
inserted
replaced
35382:263a736aed9b | 35383:2d07d20d5a78 |
---|---|
710 default=False, | 710 default=False, |
711 ) | 711 ) |
712 coreconfigitem('verify', 'skipflags', | 712 coreconfigitem('verify', 'skipflags', |
713 default=None, | 713 default=None, |
714 ) | 714 ) |
715 coreconfigitem('web', 'allowbz2', | |
716 default=None, | |
717 ) | |
715 coreconfigitem('web', 'accesslog', | 718 coreconfigitem('web', 'accesslog', |
716 default='-', | 719 default='-', |
717 ) | 720 ) |
718 coreconfigitem('web', 'address', | 721 coreconfigitem('web', 'address', |
719 default='', | 722 default='', |