##// END OF EJS Templates
rust-index: don't use mutable borrow to computed filtered heads...
rust-index: don't use mutable borrow to computed filtered heads This does not need to mutate the index. This is the prime suspect for some RuntimeError raised during some pushes.

File last commit:

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