Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 33225:90a1b62bdc91
configitems: register the 'server.preferuncompressed' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:44:12 +0200 |
parents | ab9121fda8d2 |
children | b045344fe35e |
comparison
equal
deleted
inserted
replaced
33224:ab9121fda8d2 | 33225:90a1b62bdc91 |
---|---|
129 default=False, | 129 default=False, |
130 ) | 130 ) |
131 coreconfigitem('server', 'maxhttpheaderlen', | 131 coreconfigitem('server', 'maxhttpheaderlen', |
132 default=1024, | 132 default=1024, |
133 ) | 133 ) |
134 coreconfigitem('server', 'preferuncompressed', | |
135 default=False, | |
136 ) | |
134 coreconfigitem('ui', 'clonebundleprefers', | 137 coreconfigitem('ui', 'clonebundleprefers', |
135 default=list, | 138 default=list, |
136 ) | 139 ) |
137 coreconfigitem('ui', 'interactive', | 140 coreconfigitem('ui', 'interactive', |
138 default=None, | 141 default=None, |