Mercurial > hg
changeset 33239:a4f6dee1b9f1
configitems: register the 'format.manifestcachesize' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:42:24 +0200 |
parents | 784f2bd96d43 |
children | 91c1e7c974c2 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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, )