mercurial/helptext/config.txt
changeset 44382 f0027a3dd7cb
parent 44110 6ae32c12b578
child 44410 c85d5fd1a5d9
equal deleted inserted replaced
44381:454bc51f114c 44382:f0027a3dd7cb
   886 
   886 
   887 ``revlog-compression``
   887 ``revlog-compression``
   888     Compression algorithm used by revlog. Supported values are `zlib` and
   888     Compression algorithm used by revlog. Supported values are `zlib` and
   889     `zstd`. The `zlib` engine is the historical default of Mercurial. `zstd` is
   889     `zstd`. The `zlib` engine is the historical default of Mercurial. `zstd` is
   890     a newer format that is usually a net win over `zlib`, operating faster at
   890     a newer format that is usually a net win over `zlib`, operating faster at
   891     better compression rates. Use `zstd` to reduce CPU usage.
   891     better compression rates. Use `zstd` to reduce CPU usage. Multiple values
       
   892     can be specified, the first available one will be used.
   892 
   893 
   893     On some systems, the Mercurial installation may lack `zstd` support.
   894     On some systems, the Mercurial installation may lack `zstd` support.
   894 
   895 
   895     Default is `zlib`.
   896     Default is `zlib`.
   896 
   897