Mercurial > hg
changeset 34490:fcf6d1651ff3
configitems: register the 'experimental.allowdivergence' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:39:44 +0200 |
parents | 270e344a6c74 |
children | eb1517776f8a |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Thu Oct 05 21:56:25 2017 +0000 +++ b/mercurial/configitems.py Fri Jun 30 03:39:44 2017 +0200 @@ -155,6 +155,9 @@ coreconfigitem('email', 'method', default='smtp', ) +coreconfigitem('experimental', 'allowdivergence', + default=False, +) coreconfigitem('experimental', 'bundle-phases', default=False, )