##// END OF EJS Templates
documentation: add `zstd` compression to the internal `revlogs` documentation...
Antoine Cezar -
r45961:684083d1 default
parent child Browse files
Show More
@@ -215,14 +215,16 b' Revision Entries'
215 215 Revision entries consist of an optional 1 byte header followed by an
216 216 encoding of the revision data. The headers are as follows:
217 217
218 \0 (0x00)
219 Revision data is the entirety of the entry, including this header.
220 u (0x75)
221 Raw revision data follows.
222 x (0x78)
223 zlib (RFC 1950) data.
218 \0 (0x00)
219 Revision data is the entirety of the entry, including this header.
220 ( (0x28)
221 zstd https://github.com/facebook/zstd
222 u (0x75)
223 Raw revision data follows.
224 x (0x78)
225 zlib (RFC 1950) data.
224 226
225 The 0x78 value is actually the first byte of the zlib header (CMF byte).
227 The 0x78 value is actually the first byte of the zlib header (CMF byte).
226 228
227 229 Hash Computation
228 230 ================
General Comments 0
You need to be logged in to leave comments. Login now