# HG changeset patch # User Pierre-Yves David # Date 1498786944 -7200 # Node ID a4f6dee1b9f10dea8670219139a79b1f9504e6e8 # Parent 784f2bd96d432c45faa22f4f4dc050878e7073dd configitems: register the 'format.manifestcachesize' config diff -r 784f2bd96d43 -r a4f6dee1b9f1 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, )