# HG changeset patch # User Pierre-Yves David # Date 1498786941 -7200 # Node ID cf6c478bc33973d574ac319102d3c0f2bf5fc021 # Parent b838e857439d47fdfde9f8b209cf9e16af131f42 configitems: register the 'format.chunkcachesize' config diff -r b838e857439d -r cf6c478bc339 mercurial/configitems.py --- a/mercurial/configitems.py Fri Jun 30 03:42:20 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:42:21 2017 +0200 @@ -107,6 +107,9 @@ coreconfigitem('format', 'aggressivemergedeltas', default=False, ) +coreconfigitem('format', 'chunkcachesize', + default=None, +) coreconfigitem('hostsecurity', 'ciphers', default=None, )