Submitter | Pierre-Yves David |
---|---|
Date | July 4, 2017, 11:10 p.m. |
Message ID | <50ce9211f36b5fd75d50.1499209831@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/21980/ |
State | Accepted |
Headers | show |
Comments
Patch
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, )