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, )