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
- Lint Skipped 
- Unit
- Unit Tests Skipped 
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.