##// END OF EJS Templates
discovery: move common heads computation inside partialdiscovery object...
discovery: move common heads computation inside partialdiscovery object This remove one of the private attribute access. In additions, head tracking and computation is a typical operation we can speed up using Rust.

File last commit:

r41001:5532823e default
r41148:9815d333 default
Show More
Cargo.toml
3 lines | 92 B | text/plain | TOMLLexer
[workspace]
members = ["hg-core", "hg-direct-ffi", "hg-cpython"]
exclude = ["chg", "hgcli"]