mercurial/configitems.py
changeset 34476 9d78dfc78d93
parent 34412 83dfbda40e67
child 34477 a27718efb290
--- 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,
 )