rust-vfs: support checkambig
This was missing from the Rust code, which means worse caching. See https://wiki.mercurial-scm.org/ExactCacheValidationPlan. Explanations on what ambiguity means inline.
parent
735bf027
No related branches found
No related tags found
Showing
- rust/hg-core/src/revlog/file_io.rs 11 additions, 12 deletionsrust/hg-core/src/revlog/file_io.rs
- rust/hg-core/src/revlog/inner_revlog.rs 4 additions, 3 deletionsrust/hg-core/src/revlog/inner_revlog.rs
- rust/hg-core/src/vfs.rs 342 additions, 58 deletionsrust/hg-core/src/vfs.rs
- rust/hg-cpython/src/vfs.rs 19 additions, 18 deletionsrust/hg-cpython/src/vfs.rs
Loading
Please register or sign in to comment