##// END OF EJS Templates
dirstate: deal with read-race for pure rust code path (rhg)...
dirstate: deal with read-race for pure rust code path (rhg) If we cannot read the dirstate data, this is probably because a writing process wrote it under our feet. So refresh the docket and try again a handful of time.

File last commit:

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