# HG changeset patch # User Pierre-Yves David # Date 1498786946 -7200 # Node ID 91c1e7c974c286611016e5f2324709620e1f26a9 # Parent a4f6dee1b9f10dea8670219139a79b1f9504e6e8 configitems: register the 'format.maxchainlen' config diff -r a4f6dee1b9f1 -r 91c1e7c974c2 mercurial/configitems.py --- 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, )