Mercurial > hg-stable
changeset 38422:35b50237908b
configitem: reorder items in the 'server' section
Keeping things alphabetically sorted.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 19 Jun 2018 18:21:37 +0200 |
parents | 6fcbab5c1e6e |
children | 6bd9f18d31a8 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Thu Jun 21 00:48:59 2018 -0400 +++ b/mercurial/configitems.py Tue Jun 19 18:21:37 2018 +0200 @@ -936,16 +936,16 @@ coreconfigitem('server', 'disablefullbundle', default=False, ) -coreconfigitem('server', 'streamunbundle', - default=False, +coreconfigitem('server', 'maxhttpheaderlen', + default=1024, ) coreconfigitem('server', 'pullbundle', default=False, ) -coreconfigitem('server', 'maxhttpheaderlen', - default=1024, +coreconfigitem('server', 'preferuncompressed', + default=False, ) -coreconfigitem('server', 'preferuncompressed', +coreconfigitem('server', 'streamunbundle', default=False, ) coreconfigitem('server', 'uncompressed',