Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 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 | fd50788a2d4f |
comparison
equal
deleted
inserted
replaced
33239:a4f6dee1b9f1 | 33240:91c1e7c974c2 |
---|---|
117 default=False, | 117 default=False, |
118 ) | 118 ) |
119 coreconfigitem('format', 'manifestcachesize', | 119 coreconfigitem('format', 'manifestcachesize', |
120 default=None, | 120 default=None, |
121 ) | 121 ) |
122 coreconfigitem('format', 'maxchainlen', | |
123 default=None, | |
124 ) | |
122 coreconfigitem('hostsecurity', 'ciphers', | 125 coreconfigitem('hostsecurity', 'ciphers', |
123 default=None, | 126 default=None, |
124 ) | 127 ) |
125 coreconfigitem('hostsecurity', 'disabletls10warning', | 128 coreconfigitem('hostsecurity', 'disabletls10warning', |
126 default=False, | 129 default=False, |