comparison mercurial/configitems.py @ 34524:99c5922b1641

configitems: register the 'devel.warn-config-default' config
author Boris Feld <boris.feld@octobus.net>
date Sun, 08 Oct 2017 21:36:26 +0200
parents 486dbd6afa57
children 100f0ddb029b
comparison
equal deleted inserted replaced
34523:486dbd6afa57 34524:99c5922b1641
147 default=True, 147 default=True,
148 ) 148 )
149 coreconfigitem('devel', 'warn-config', 149 coreconfigitem('devel', 'warn-config',
150 default=None, 150 default=None,
151 ) 151 )
152 coreconfigitem('devel', 'warn-config-default',
153 default=None,
154 )
152 coreconfigitem('diff', 'nodates', 155 coreconfigitem('diff', 'nodates',
153 default=None, 156 default=None,
154 ) 157 )
155 coreconfigitem('diff', 'showfunc', 158 coreconfigitem('diff', 'showfunc',
156 default=None, 159 default=None,