configitems: register the 'phases.new-commit' config

This commit is contained in:
Boris Feld 2017-06-30 03:43:48 +02:00
parent e2c066c1d2
commit 1e6c1ea742

View File

@ -317,6 +317,9 @@ coreconfigitem('paths', 'default-push',
coreconfigitem('phases', 'checksubrepos',
default='follow',
)
coreconfigitem('phases', 'new-commit',
default=dynamicdefault,
)
coreconfigitem('phases', 'publish',
default=True,
)