##// END OF EJS Templates
rust-dirstate: rename `has_dirstate_v2` to `use_dirstate_v2`...
rust-dirstate: rename `has_dirstate_v2` to `use_dirstate_v2` It is closer to the right semantics. I added a docstring to better explain the reasonning. In the next patch(es), I will address the underlying issue of finding the "wrong" version of the dirstate on disk.

File last commit:

r45503:cf04f62d default
r51551:1e2c6cda stable
Show More
Cargo.toml
3 lines | 82 B | application/toml | TOMLLexer
[workspace]
members = ["hg-core", "hg-cpython", "rhg"]
exclude = ["chg", "hgcli"]