rust-revlog: teach the revlog opening code to read the repo options
This will become necessary as we start writing revlog data from Rust.
parent
6ec8387e
No related branches found
No related tags found
Showing
- mercurial/revlog.py 6 additions, 3 deletionsmercurial/revlog.py
- rust/hg-core/src/operations/debugdata.rs 7 additions, 7 deletionsrust/hg-core/src/operations/debugdata.rs
- rust/hg-core/src/repo.rs 43 additions, 5 deletionsrust/hg-core/src/repo.rs
- rust/hg-core/src/requirements.rs 11 additions, 1 deletionrust/hg-core/src/requirements.rs
- rust/hg-core/src/revlog/changelog.rs 9 additions, 5 deletionsrust/hg-core/src/revlog/changelog.rs
- rust/hg-core/src/revlog/filelog.rs 9 additions, 3 deletionsrust/hg-core/src/revlog/filelog.rs
- rust/hg-core/src/revlog/index.rs 11 additions, 16 deletionsrust/hg-core/src/revlog/index.rs
- rust/hg-core/src/revlog/manifest.rs 9 additions, 5 deletionsrust/hg-core/src/revlog/manifest.rs
- rust/hg-core/src/revlog/mod.rs 75 additions, 10 deletionsrust/hg-core/src/revlog/mod.rs
- rust/hg-cpython/src/revlog.rs 14 additions, 3 deletionsrust/hg-cpython/src/revlog.rs
- rust/rhg/src/commands/status.rs 9 additions, 2 deletionsrust/rhg/src/commands/status.rs
- tests/test-rust-revlog.py 7 additions, 4 deletionstests/test-rust-revlog.py
Loading
Please register or sign in to comment