rust-lib: move `Dirstate*Error` to the `dirstate` module
That's where they belong and should always have been there.
parent
04b9a56c2d25
No related branches found
No related tags found
Showing
- rust/hg-core/src/dirstate.rs 48 additions, 1 deletionrust/hg-core/src/dirstate.rs
- rust/hg-core/src/dirstate/dirs_multiset.rs 2 additions, 1 deletionrust/hg-core/src/dirstate/dirs_multiset.rs
- rust/hg-core/src/dirstate/dirstate_map.rs 1 addition, 3 deletionsrust/hg-core/src/dirstate/dirstate_map.rs
- rust/hg-core/src/dirstate/on_disk.rs 2 additions, 2 deletionsrust/hg-core/src/dirstate/on_disk.rs
- rust/hg-core/src/dirstate/owning.rs 5 additions, 2 deletionsrust/hg-core/src/dirstate/owning.rs
- rust/hg-core/src/lib.rs 1 addition, 45 deletionsrust/hg-core/src/lib.rs
- rust/hg-core/src/repo.rs 1 addition, 2 deletionsrust/hg-core/src/repo.rs
- rust/hg-cpython/src/dirstate/dirstate_map.rs 5 additions, 5 deletionsrust/hg-cpython/src/dirstate/dirstate_map.rs
- rust/rhg/src/commands/status.rs 1 addition, 1 deletionrust/rhg/src/commands/status.rs
- rust/rhg/src/error.rs 3 additions, 1 deletionrust/rhg/src/error.rs
Loading
Please register or sign in to comment