##// END OF EJS Templates
rebase: avoid converting from nodes to revnums twice...
rebase: avoid converting from nodes to revnums twice In the case where the node has successors, but none of them is an ancestor of the destination, we would iterate over the successor nodes twice, check if they're in the repo and convert them to revnums. I doubt it's a measureable cost, but it gets simpler this way too. Differential Revision: https://phab.mercurial-scm.org/D3941

File last commit:

r35587:96421278 default
r38694:0f8599af default
Show More
Cargo.toml
2 lines | 32 B | text/plain | TOMLLexer
[workspace]
members = ["hgcli"]