hg-core: fix path encoding usage
1. Hash encoded path are in `.hg/store/dh` instead of `.hg/store/data`. 2. Path encoded index and data files may not have the same parent path. It is not just about replacing `.i` by `.d` Differential Revision: https://phab.mercurial-scm.org/D9121
Showing
- rust/hg-core/src/operations/cat.rs 22 additions, 11 deletionsrust/hg-core/src/operations/cat.rs
- rust/hg-core/src/operations/debugdata.rs 1 addition, 1 deletionrust/hg-core/src/operations/debugdata.rs
- rust/hg-core/src/revlog/changelog.rs 1 addition, 1 deletionrust/hg-core/src/revlog/changelog.rs
- rust/hg-core/src/revlog/manifest.rs 1 addition, 1 deletionrust/hg-core/src/revlog/manifest.rs
- rust/hg-core/src/revlog/revlog.rs 8 additions, 4 deletionsrust/hg-core/src/revlog/revlog.rs
Loading
Please register or sign in to comment