configitem: reorder items in the 'server' section
authorBoris Feld <boris.feld@octobus.net>
Tue, 19 Jun 2018 18:21:37 +0200
changeset 38416 35b50237908b
parent 38415 6fcbab5c1e6e
child 38417 6bd9f18d31a8
configitem: reorder items in the 'server' section Keeping things alphabetically sorted.
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',