##// END OF EJS Templates
dirstate-tree: Downgrade `&mut Node` to `&Node` in status and serialization...
dirstate-tree: Downgrade `&mut Node` to `&Node` in status and serialization Mutable access is not used, and upcoming changes will make it more costly (with copy-on-write nodes that can be read from disk representation) Differential Revision: https://phab.mercurial-scm.org/D10745

File last commit:

r45503:cf04f62d default
r48122:0252600f 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.