hg-core: check data integrity in `Revlog`
Check that the hash of the data reconstructed from deltas matches the hash stored in the revision. Differential Revision: https://phab.mercurial-scm.org/D9005
Showing
- rust/Cargo.lock 79 additions, 0 deletionsrust/Cargo.lock
- rust/hg-core/Cargo.toml 1 addition, 0 deletionsrust/hg-core/Cargo.toml
- rust/hg-core/src/dirstate/dirstate_map.rs 5 additions, 5 deletionsrust/hg-core/src/dirstate/dirstate_map.rs
- rust/hg-core/src/revlog/index.rs 18 additions, 1 deletionrust/hg-core/src/revlog/index.rs
- rust/hg-core/src/revlog/node.rs 6 additions, 1 deletionrust/hg-core/src/revlog/node.rs
- rust/hg-core/src/revlog/revlog.rs 62 additions, 3 deletionsrust/hg-core/src/revlog/revlog.rs
Loading
Please register or sign in to comment