configitems: register the 'format.manifestcachesize' config
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 30 Jun 2017 03:42:24 +0200
changeset 33239 a4f6dee1b9f1
parent 33238 784f2bd96d43
child 33240 91c1e7c974c2
configitems: register the 'format.manifestcachesize' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jun 30 03:42:23 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:42:24 2017 +0200
@@ -116,6 +116,9 @@
 coreconfigitem('format', 'generaldelta',
     default=False,
 )
+coreconfigitem('format', 'manifestcachesize',
+    default=None,
+)
 coreconfigitem('hostsecurity', 'ciphers',
     default=None,
 )