This introduces two Rust implementations for mercurial.dagop.headrevs.
The algorithm is identical to the Python version.
Depending on the caller, one or the other could be the most practical, or
the most performant, by minimizing the amount of memory copy and allocations.
Details
Details
- Reviewers
kevincox - Group Reviewers
hg-reviewers - Commits
- rHG47881d2a9d99: rust: dagop.headrevs() Rust counterparts
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped