# HG changeset patch # User Boris Feld # Date 1529425297 -7200 # Node ID 35b50237908b65a3b50907eb254731811aaeb318 # Parent 6fcbab5c1e6e6c195ae1a7b8b191106658a98fef configitem: reorder items in the 'server' section Keeping things alphabetically sorted. diff -r 6fcbab5c1e6e -r 35b50237908b mercurial/configitems.py --- 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',