author | Pierre-Yves David <pierre-yves.david@octobus.net> |
Fri, 30 Jun 2017 03:42:21 +0200 | |
changeset 33236 | cf6c478bc339 |
parent 33235 | b838e857439d |
child 33237 | 7043e67cc9b2 |
--- 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, )