config: register the 'devel.legacy.exchange' config
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 28 Jun 2017 13:31:51 +0200
changeset 33184 649f3b0495c8
parent 33183 9f95f0bb343b
child 33185 8b109c61bc11
config: register the 'devel.legacy.exchange' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:31:35 2017 +0200
+++ b/mercurial/configitems.py	Wed Jun 28 13:31:51 2017 +0200
@@ -89,6 +89,9 @@
 coreconfigitem('devel', 'disableloaddefaultcerts',
     default=False,
 )
+coreconfigitem('devel', 'legacy.exchange',
+    default=list,
+)
 coreconfigitem('devel', 'servercafile',
     default='',
 )