mercurial/configitems.py
changeset 33239 a4f6dee1b9f1
parent 33238 784f2bd96d43
child 33240 91c1e7c974c2
--- 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,
 )