mercurial/configitems.py
changeset 34412 83dfbda40e67
parent 34411 f5c16e6507e8
child 34476 9d78dfc78d93
equal deleted inserted replaced
34411:f5c16e6507e8 34412:83dfbda40e67
   348     default='inlinetime',
   348     default='inlinetime',
   349 )
   349 )
   350 coreconfigitem('profiling', 'statformat',
   350 coreconfigitem('profiling', 'statformat',
   351     default='hotpath',
   351     default='hotpath',
   352 )
   352 )
       
   353 coreconfigitem('profiling', 'type',
       
   354     default='stat',
       
   355 )
   353 coreconfigitem('progress', 'assume-tty',
   356 coreconfigitem('progress', 'assume-tty',
   354     default=False,
   357     default=False,
   355 )
   358 )
   356 coreconfigitem('progress', 'changedelay',
   359 coreconfigitem('progress', 'changedelay',
   357     default=1,
   360     default=1,