comparison mercurial/configitems.py @ 34411:f5c16e6507e8

configitems: register the 'profiling.showmin' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:43:57 +0200
parents fecea78ff2af
children 83dfbda40e67
comparison
equal deleted inserted replaced
34410:fecea78ff2af 34411:f5c16e6507e8
339 default=None, 339 default=None,
340 ) 340 )
341 coreconfigitem('profiling', 'showmax', 341 coreconfigitem('profiling', 'showmax',
342 default=0.999, 342 default=0.999,
343 ) 343 )
344 coreconfigitem('profiling', 'showmin',
345 default=dynamicdefault,
346 )
344 coreconfigitem('profiling', 'sort', 347 coreconfigitem('profiling', 'sort',
345 default='inlinetime', 348 default='inlinetime',
346 ) 349 )
347 coreconfigitem('profiling', 'statformat', 350 coreconfigitem('profiling', 'statformat',
348 default='hotpath', 351 default='hotpath',