##// END OF EJS Templates
configitems: register the 'phases.new-commit' config
Boris Feld -
r34478:9d78dfc7 default
parent child Browse files
Show More
@@ -317,6 +317,9 b" coreconfigitem('paths', 'default-push',"
317 coreconfigitem('phases', 'checksubrepos',
317 coreconfigitem('phases', 'checksubrepos',
318 default='follow',
318 default='follow',
319 )
319 )
320 coreconfigitem('phases', 'new-commit',
321 default=dynamicdefault,
322 )
320 coreconfigitem('phases', 'publish',
323 coreconfigitem('phases', 'publish',
321 default=True,
324 default=True,
322 )
325 )
General Comments 0
You need to be logged in to leave comments. Login now