##// END OF EJS Templates
dirstate-tree: Borrow paths from the "on disk" bytes...
dirstate-tree: Borrow paths from the "on disk" bytes Use std::borrow::Cow to avoid some memory allocations and copying. Differential Revision: https://phab.mercurial-scm.org/D10560
Simon Sapin -
r47896:ecfe0819 default
Show More
Name Size Modified Last Commit Author
/ rust / rhg
src
Cargo.toml Loading ...
README.md Loading ...

rhg

This project provides a fastpath Rust implementation of the Mercurial (hg)
version control tool.