mercurial/configitems.py
changeset 34410 7de145167ae7
parent 34321 a667f0ca1d5f
child 34411 fecea78ff2af
equal deleted inserted replaced
34409:7d2f71b7bc31 34410: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',