This change also introduces helper structs to make things clearer.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHG1debb5894b39: rust-status: add function for sequential traversal of the working directory
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
Comment Actions
There is a lot going on in this changeset. I am counting at least:
- new BadType/BadMatch structs,
- StatusResult → DirstateStatus change,
- new StatusOptions struct
- new traverse_worker function.
Can we get the smaller cleanup as reparated chagneset before hand? It would make the thing clearer in my opinion.
rust/hg-core/src/dirstate/status.rs | ||
---|---|---|
64–65 | nits: It might be worth adding the same commentan extra comment to the BadType/BadMatch declaration to clarify their intent. |
Comment Actions
I don't think the BadType/BadMatch struct warrant a new changeset. I'll split into 3 then.
nits: It might be worth adding the same commentan extra comment to the BadType/BadMatch declaration to clarify their intent.