Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 34604:dcd6b6625e98
configitems: register the 'web.allowzip' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 11 Oct 2017 04:14:14 +0200 |
parents | cc5445ced177 |
children | 625202a44d88 |
comparison
equal
deleted
inserted
replaced
34603:cc5445ced177 | 34604:dcd6b6625e98 |
---|---|
722 default=True, | 722 default=True, |
723 ) | 723 ) |
724 coreconfigitem('web', 'allow_push', | 724 coreconfigitem('web', 'allow_push', |
725 default=list, | 725 default=list, |
726 ) | 726 ) |
727 coreconfigitem('web', 'allowzip', | |
728 default=None, | |
729 ) | |
727 coreconfigitem('web', 'accesslog', | 730 coreconfigitem('web', 'accesslog', |
728 default='-', | 731 default='-', |
729 ) | 732 ) |
730 coreconfigitem('web', 'address', | 733 coreconfigitem('web', 'address', |
731 default='', | 734 default='', |