comparison mercurial/configitems.py @ 34246:db63872e10cc

configitems: register the 'web.style' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:45:52 +0200
parents 945c9816ec1d
children 95f80c095804
comparison
equal deleted inserted replaced
34245:945c9816ec1d 34246:db63872e10cc
638 default=20, 638 default=20,
639 ) 639 )
640 coreconfigitem('web', 'stripes', 640 coreconfigitem('web', 'stripes',
641 default=1, 641 default=1,
642 ) 642 )
643 coreconfigitem('web', 'style',
644 default='paper',
645 )
643 coreconfigitem('worker', 'backgroundclose', 646 coreconfigitem('worker', 'backgroundclose',
644 default=dynamicdefault, 647 default=dynamicdefault,
645 ) 648 )
646 # Windows defaults to a limit of 512 open files. A buffer of 128 649 # Windows defaults to a limit of 512 open files. A buffer of 128
647 # should give us enough headway. 650 # should give us enough headway.