# HG changeset patch # User Pierre-Yves David # Date 2017-06-30 01:42:21 # Node ID cf6c478bc33973d574ac319102d3c0f2bf5fc021 # Parent b838e857439d47fdfde9f8b209cf9e16af131f42 configitems: register the 'format.chunkcachesize' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -107,6 +107,9 @@ coreconfigitem('devel', 'strip-obsmarker coreconfigitem('format', 'aggressivemergedeltas', default=False, ) +coreconfigitem('format', 'chunkcachesize', + default=None, +) coreconfigitem('hostsecurity', 'ciphers', default=None, )