Mercurial > hg-stable
changeset 33240:91c1e7c974c2
configitems: register the 'format.maxchainlen' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:42:26 +0200 |
parents | a4f6dee1b9f1 |
children | 21b568820a3c |
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: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, )