##// END OF EJS Templates
revlog-compression: use zstd by default (if available)...
revlog-compression: use zstd by default (if available) As see in changeset bb271ec2fbfb, zstd is 20% to 50% faster for reading and writing. Use take advantage of the new config behavior to try zstd by default, falling back to zlib is zstd is not available on that plateform. Differential Revision: https://phab.mercurial-scm.org/D10326

File last commit:

r45503:cf04f62d default
r47633:0c642795 default
Show More
README.md
4 lines | 106 B | text/x-minidsrc | MarkdownLexer
Antoine Cezar
rhg: add rhg crate...
r45503 # rhg
This project provides a fastpath Rust implementation of the Mercurial (`hg`)
version control tool.