comparison mercurial/configitems.py @ 34525:100f0ddb029b

configitems: register the 'devel.cache-vfs' config
author Boris Feld <boris.feld@octobus.net>
date Sun, 08 Oct 2017 21:41:22 +0200
parents 99c5922b1641
children 3999b74b6765
comparison
equal deleted inserted replaced
34524:99c5922b1641 34525:100f0ddb029b
114 default=False, 114 default=False,
115 ) 115 )
116 coreconfigitem('devel', 'bundle2.debug', 116 coreconfigitem('devel', 'bundle2.debug',
117 default=False, 117 default=False,
118 ) 118 )
119 coreconfigitem('devel', 'cache-vfs',
120 default=None,
121 )
119 coreconfigitem('devel', 'check-locks', 122 coreconfigitem('devel', 'check-locks',
120 default=False, 123 default=False,
121 ) 124 )
122 coreconfigitem('devel', 'check-relroot', 125 coreconfigitem('devel', 'check-relroot',
123 default=False, 126 default=False,