##// END OF EJS Templates
configitems: register the 'experimental.allowdivergence' config
Boris Feld -
r34491:fcf6d165 default
parent child Browse files
Show More
@@ -155,6 +155,9 b" coreconfigitem('email', 'from',"
155 coreconfigitem('email', 'method',
155 coreconfigitem('email', 'method',
156 default='smtp',
156 default='smtp',
157 )
157 )
158 coreconfigitem('experimental', 'allowdivergence',
159 default=False,
160 )
158 coreconfigitem('experimental', 'bundle-phases',
161 coreconfigitem('experimental', 'bundle-phases',
159 default=False,
162 default=False,
160 )
163 )
General Comments 0
You need to be logged in to leave comments. Login now