##// END OF EJS Templates
rhg: use `.or(Err(Error))` not `.map_err(|_| Error)` (D9100#inline-15067)...
rhg: use `.or(Err(Error))` not `.map_err(|_| Error)` (D9100#inline-15067) Differential Revision: https://phab.mercurial-scm.org/D9109
Antoine cezar -
r46178:db11f8f3 default
Show More
Name Size Modified Last Commit Author
/ rust / rhg
src
Cargo.toml Loading ...
README.md Loading ...
rustfmt.toml Loading ...

rhg

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