comparison mercurial/configitems.py @ 34229:6742e18e41f0

configitems: register the 'web.allow_archive' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:33 +0200
parents af4f0c74f8b5
children b0a567017647
comparison
equal deleted inserted replaced
34228:af4f0c74f8b5 34229:6742e18e41f0
586 default='-', 586 default='-',
587 ) 587 )
588 coreconfigitem('web', 'address', 588 coreconfigitem('web', 'address',
589 default='', 589 default='',
590 ) 590 )
591 coreconfigitem('web', 'allow_archive',
592 default=list,
593 )
591 coreconfigitem('worker', 'backgroundclose', 594 coreconfigitem('worker', 'backgroundclose',
592 default=dynamicdefault, 595 default=dynamicdefault,
593 ) 596 )
594 # Windows defaults to a limit of 512 open files. A buffer of 128 597 # Windows defaults to a limit of 512 open files. A buffer of 128
595 # should give us enough headway. 598 # should give us enough headway.