Mercurial > hg
changeset 34476:9d78dfc78d93
configitems: register the 'phases.new-commit' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:43:48 +0200 |
parents | 272b83a6b591 |
children | a27718efb290 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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, )