mercurial/help/config.txt
changeset 30762 35b516f800e0
parent 30704 0499da0d5a06
child 30764 e75463e3179f
--- a/mercurial/help/config.txt	Sat Dec 24 13:51:12 2016 -0700
+++ b/mercurial/help/config.txt	Sat Dec 24 15:21:46 2016 -0700
@@ -1545,6 +1545,21 @@
 
 Controls generic server settings.
 
+``compressionengines``
+    List of compression engines and their relative priority to advertise
+    to clients.
+
+    The order of compression engines determines their priority, the first
+    having the highest priority. If a compression engine is not listed
+    here, it won't be advertised to clients.
+
+    If not set (the default), built-in defaults are used. Run
+    :hg:`debuginstall` to list available compression engines and their
+    default wire protocol priority.
+
+    Older Mercurial clients only support zlib compression and this setting
+    has no effect for legacy clients.
+
 ``uncompressed``
     Whether to allow clients to clone a repository using the
     uncompressed streaming protocol. This transfers about 40% more