comparison mercurial/configitems.py @ 34828:46610c851216

configitems: register the 'web.archivesubrepos' config
author Boris Feld <boris.feld@octobus.net>
date Mon, 16 Oct 2017 18:16:29 +0200
parents 96802496ecc0
children 44c4ed4ad032
comparison
equal deleted inserted replaced
34827:96802496ecc0 34828:46610c851216
952 default=list, 952 default=list,
953 ) 953 )
954 coreconfigitem('web', 'allowzip', 954 coreconfigitem('web', 'allowzip',
955 default=False, 955 default=False,
956 ) 956 )
957 coreconfigitem('web', 'archivesubrepos',
958 default=False,
959 )
957 coreconfigitem('web', 'cache', 960 coreconfigitem('web', 'cache',
958 default=True, 961 default=True,
959 ) 962 )
960 coreconfigitem('web', 'contact', 963 coreconfigitem('web', 'contact',
961 default=None, 964 default=None,