rust: implement the `Graph` trait for all revlogs
This is trivial and makes all the algorithms relying on the trait usable for more use cases.
parent
1928b770
No related branches found
No related tags found
Showing
- rust/hg-core/src/revlog/changelog.rs 7 additions, 1 deletionrust/hg-core/src/revlog/changelog.rs
- rust/hg-core/src/revlog/filelog.rs 8 additions, 0 deletionsrust/hg-core/src/revlog/filelog.rs
- rust/hg-core/src/revlog/index.rs 18 additions, 1 deletionrust/hg-core/src/revlog/index.rs
- rust/hg-core/src/revlog/manifest.rs 7 additions, 1 deletionrust/hg-core/src/revlog/manifest.rs
- rust/hg-core/src/revlog/mod.rs 6 additions, 0 deletionsrust/hg-core/src/revlog/mod.rs
Loading
Please register or sign in to comment