mercurial/help/internals/wireprotocol.txt
changeset 30761 7283719e2bfd
parent 30760 753b9d43ca81
child 32133 435a3842ca3a
--- a/mercurial/help/internals/wireprotocol.txt	Sat Dec 24 13:56:36 2016 -0700
+++ b/mercurial/help/internals/wireprotocol.txt	Sat Dec 24 13:51:12 2016 -0700
@@ -269,6 +269,17 @@
 supported compression formats. The order of the compression formats is in
 server-preferred order, most preferred first.
 
+The identifiers used by the official Mercurial distribution are:
+
+bzip2
+   bzip2
+none
+   uncompressed / raw data
+zlib
+   zlib (no gzip header)
+zstd
+   zstd
+
 This capability was introduced in Mercurial 4.1 (released February 2017).
 
 getbundle