configitems: register the 'phases.new-commit' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:43:48 +0200
changeset 34476 9d78dfc78d93
parent 34475 272b83a6b591
child 34477 a27718efb290
configitems: register the 'phases.new-commit' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:41:23 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:43:48 2017 +0200
@@ -317,6 +317,9 @@
 coreconfigitem('phases', 'checksubrepos',
     default='follow',
 )
+coreconfigitem('phases', 'new-commit',
+    default=dynamicdefault,
+)
 coreconfigitem('phases', 'publish',
     default=True,
 )