diff mercurial/configitems.py @ 34563:1faa34347b24

configitems: update default value of 'phases.new-commit' Now that mq is cleaned up, we can rely on the config register for the default value. We switch the default from the integer to human readable value to help with future automatic documentation that could be generated from the config register.
author Boris Feld <boris.feld@octobus.net>
date Mon, 09 Oct 2017 16:31:43 +0200
parents 4a6a337f9c68
children dc91580a0a88
line wrap: on
line diff
--- 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,