mercurial/configitems.py
branchstable
changeset 40418 89703e6151e7
parent 40400 db0dba2d157d
child 40429 14b6afc6cb28
equal deleted inserted replaced
40417:49c7b701fdc2 40418:89703e6151e7
   921 )
   921 )
   922 coreconfigitem('profiling', 'statformat',
   922 coreconfigitem('profiling', 'statformat',
   923     default='hotpath',
   923     default='hotpath',
   924 )
   924 )
   925 coreconfigitem('profiling', 'time-track',
   925 coreconfigitem('profiling', 'time-track',
   926     default='real',
   926     default=dynamicdefault,
   927 )
   927 )
   928 coreconfigitem('profiling', 'type',
   928 coreconfigitem('profiling', 'type',
   929     default='stat',
   929     default='stat',
   930 )
   930 )
   931 coreconfigitem('progress', 'assume-tty',
   931 coreconfigitem('progress', 'assume-tty',