##// END OF EJS Templates
verify: use some intermediate variables instead of a multi-liner...
verify: use some intermediate variables instead of a multi-liner This is shorter and easier to read as the indentation remains the same. Differential Revision: https://phab.mercurial-scm.org/D10807

File last commit:

r45503:cf04f62d default
r48144:0f4beb88 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.