# HG changeset patch # User Pierre-Yves David # Date 2017-06-30 01:42:26 # Node ID 91c1e7c974c286611016e5f2324709620e1f26a9 # Parent a4f6dee1b9f10dea8670219139a79b1f9504e6e8 configitems: register the 'format.maxchainlen' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -119,6 +119,9 @@ coreconfigitem('format', 'generaldelta', coreconfigitem('format', 'manifestcachesize', default=None, ) +coreconfigitem('format', 'maxchainlen', + default=None, +) coreconfigitem('hostsecurity', 'ciphers', default=None, )