author | Pierre-Yves David <pierre-yves.david@octobus.net> |
Fri, 30 Jun 2017 03:42:26 +0200 | |
changeset 33240 | 91c1e7c974c2 |
parent 33239 | a4f6dee1b9f1 |
child 33241 | 21b568820a3c |
--- a/mercurial/configitems.py Fri Jun 30 03:42:24 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:42:26 2017 +0200 @@ -119,6 +119,9 @@ coreconfigitem('format', 'manifestcachesize', default=None, ) +coreconfigitem('format', 'maxchainlen', + default=None, +) coreconfigitem('hostsecurity', 'ciphers', default=None, )