##// END OF EJS Templates
rust-index-cpython: cache the heads' PyList representation...
rust-index-cpython: cache the heads' PyList representation This is the same optimization that the C index does, we just have more separation of the Python and native sides.

File last commit:

r52014:34e0670c default
r52154:9088c6d6 default
Show More
Cargo.toml
4 lines | 97 B | application/toml | TOMLLexer
[workspace]
members = ["hg-core", "hg-cpython", "rhg"]
exclude = ["chg", "hgcli"]
resolver = "2"