mercurial/configitems.py
changeset 34411 f5c16e6507e8
parent 34410 fecea78ff2af
child 34412 83dfbda40e67
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',