comparison mercurial/configitems.py @ 34409:7de145167ae7

configitems: register the 'profiling.output' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:43:55 +0200
parents a667f0ca1d5f
children fecea78ff2af
comparison
equal deleted inserted replaced
34408:7d2f71b7bc31 34409:7de145167ae7
333 default=30, 333 default=30,
334 ) 334 )
335 coreconfigitem('profiling', 'nested', 335 coreconfigitem('profiling', 'nested',
336 default=0, 336 default=0,
337 ) 337 )
338 coreconfigitem('profiling', 'output',
339 default=None,
340 )
338 coreconfigitem('profiling', 'sort', 341 coreconfigitem('profiling', 'sort',
339 default='inlinetime', 342 default='inlinetime',
340 ) 343 )
341 coreconfigitem('profiling', 'statformat', 344 coreconfigitem('profiling', 'statformat',
342 default='hotpath', 345 default='hotpath',