Mercurial > hg
changeset 33236:cf6c478bc339
configitems: register the 'format.chunkcachesize' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:42:21 +0200 |
parents | b838e857439d |
children | 7043e67cc9b2 |
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: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, )