mercurial/configitems.py
changeset 34563 1faa34347b24
parent 34529 4a6a337f9c68
child 34575 dc91580a0a88
equal deleted inserted replaced
34562:c2d2e18f9700 34563:1faa34347b24
   394 )
   394 )
   395 coreconfigitem('phases', 'checksubrepos',
   395 coreconfigitem('phases', 'checksubrepos',
   396     default='follow',
   396     default='follow',
   397 )
   397 )
   398 coreconfigitem('phases', 'new-commit',
   398 coreconfigitem('phases', 'new-commit',
   399     default=dynamicdefault,
   399     default='draft',
   400 )
   400 )
   401 coreconfigitem('phases', 'publish',
   401 coreconfigitem('phases', 'publish',
   402     default=True,
   402     default=True,
   403 )
   403 )
   404 coreconfigitem('profiling', 'enabled',
   404 coreconfigitem('profiling', 'enabled',