diff -r c2d2e18f9700 -r 1faa34347b24 mercurial/configitems.py --- 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,