mercurial/configitems.py
changeset 34563 1faa34347b24
parent 34529 4a6a337f9c68
child 34575 dc91580a0a88
--- a/mercurial/configitems.py	Mon Oct 09 17:33:03 2017 +0200
+++ b/mercurial/configitems.py	Mon Oct 09 16:31:43 2017 +0200
@@ -396,7 +396,7 @@
     default='follow',
 )
 coreconfigitem('phases', 'new-commit',
-    default=dynamicdefault,
+    default='draft',
 )
 coreconfigitem('phases', 'publish',
     default=True,