rust: don't star export from the `revlog` module
This made a lot of the imports confusing because they didn't make sense at the top level (so, outside of `revlog`), and they hide the more common types when autocompleting.
parent
3d797007905d
No related branches found
No related tags found
Showing
- rust/hg-core/examples/nodemap/index.rs 1 addition, 0 deletionsrust/hg-core/examples/nodemap/index.rs
- rust/hg-core/src/lib.rs 6 additions, 1 deletionrust/hg-core/src/lib.rs
- rust/hg-core/src/operations/cat.rs 2 additions, 2 deletionsrust/hg-core/src/operations/cat.rs
- rust/hg-core/src/operations/debugdata.rs 2 additions, 2 deletionsrust/hg-core/src/operations/debugdata.rs
- rust/hg-core/src/repo.rs 5 additions, 7 deletionsrust/hg-core/src/repo.rs
- rust/hg-core/src/revlog/index.rs 6 additions, 6 deletionsrust/hg-core/src/revlog/index.rs
- rust/hg-core/src/revlog/mod.rs 4 additions, 5 deletionsrust/hg-core/src/revlog/mod.rs
- rust/hg-core/src/revlog/patch.rs 2 additions, 2 deletionsrust/hg-core/src/revlog/patch.rs
- rust/hg-core/src/update.rs 8 additions, 8 deletionsrust/hg-core/src/update.rs
- rust/hg-core/src/vfs.rs 1 addition, 1 deletionrust/hg-core/src/vfs.rs
- rust/hg-cpython/src/conversion.rs 1 addition, 1 deletionrust/hg-cpython/src/conversion.rs
- rust/hg-cpython/src/revlog.rs 11 additions, 10 deletionsrust/hg-cpython/src/revlog.rs
- rust/rhg/src/commands/debugdata.rs 1 addition, 1 deletionrust/rhg/src/commands/debugdata.rs
- rust/rhg/src/commands/status.rs 4 additions, 3 deletionsrust/rhg/src/commands/status.rs
Loading
Please register or sign in to comment