configitems: register the 'experimental.allowdivergence' config
authorBoris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:39:44 +0200
changeset 34490 fcf6d1651ff3
parent 34489 270e344a6c74
child 34491 eb1517776f8a
configitems: register the 'experimental.allowdivergence' config
mercurial/configitems.py
--- 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,
 )