comparison mercurial/configitems.py @ 34605:625202a44d88

configitems: register the 'web.cache' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 11 Oct 2017 04:14:33 +0200
parents dcd6b6625e98
children db935a5ea364
comparison
equal deleted inserted replaced
34604:dcd6b6625e98 34605:625202a44d88
725 default=list, 725 default=list,
726 ) 726 )
727 coreconfigitem('web', 'allowzip', 727 coreconfigitem('web', 'allowzip',
728 default=None, 728 default=None,
729 ) 729 )
730 coreconfigitem('web', 'cache',
731 default=True,
732 )
730 coreconfigitem('web', 'accesslog', 733 coreconfigitem('web', 'accesslog',
731 default='-', 734 default='-',
732 ) 735 )
733 coreconfigitem('web', 'address', 736 coreconfigitem('web', 'address',
734 default='', 737 default='',