comparison mercurial/configitems.py @ 33472:d0869a6e83ab

configitems: register the 'color.pagermode' config
author Boris Feld <boris.feld@octobus.net>
date Wed, 12 Jul 2017 23:36:28 +0200
parents d74141ccfd8b
children b78c59e41a65
comparison
equal deleted inserted replaced
33471:d74141ccfd8b 33472:d0869a6e83ab
77 default='auto', 77 default='auto',
78 ) 78 )
79 coreconfigitem('color', 'mode', 79 coreconfigitem('color', 'mode',
80 default='auto', 80 default='auto',
81 ) 81 )
82 coreconfigitem('color', 'pagermode',
83 default=dynamicdefault,
84 )
82 coreconfigitem('devel', 'all-warnings', 85 coreconfigitem('devel', 'all-warnings',
83 default=False, 86 default=False,
84 ) 87 )
85 coreconfigitem('devel', 'bundle2.debug', 88 coreconfigitem('devel', 'bundle2.debug',
86 default=False, 89 default=False,