This makes the API of the Rust PartialDiscovery object now
the same (or rather a subset) of the Python object, hence
easier to control through module policy down the road.
Details
Details
- Reviewers
kevincox - Group Reviewers
hg-reviewers - Commits
- rHGb6f3f704a561: rust-discovery: read the index from a repo passed at init
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
tests/test-rust-discovery.py | ||
---|---|---|
34 | I'd rather we not have this one object that mocks both a repo and a changelog - it _will_ become confusing in the future. Make it two objects. |
I'd rather we not have this one object that mocks both a repo and a changelog - it _will_ become confusing in the future. Make it two objects.