##// END OF EJS Templates
revlog: change _addrevision to return the new revision...
revlog: change _addrevision to return the new revision The node is passed as argument already, so returning it is quite pointless. The revision number on the other is useful as it decouples the caller from the revlog internals. Differential Revision: https://phab.mercurial-scm.org/D9880

File last commit:

r45503:cf04f62d default
r47256:07984507 default
Show More
README.md
4 lines | 106 B | text/x-minidsrc | MarkdownLexer

rhg

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