Details
Details
- Reviewers
SimonSapin pulkit - Group Reviewers
hg-reviewers - Commits
- rHGc6b91a9c242a: dirstate: use a `merged` parameter to _addpath
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
rust/hg-core/src/dirstate_tree/dispatch.rs | ||
---|---|---|
292–295 | This can be a follow-up and you already have a comment elsewhere to that effect, but this is increasingly too many order-sensitive boolean parameters |
rust/hg-core/src/dirstate_tree/dispatch.rs | ||
---|---|---|
292–295 | Once the "migration" is done, we should probably burn the whole dirstatemap.addfile API to the ground a rebuild something cleaner. |
rust/hg-core/src/dirstate_tree/dispatch.rs | ||
---|---|---|
292–295 | I agree with Simon here but yes a better API can wait for current refactoring to be finished. |
rust/hg-core/src/dirstate_tree/dispatch.rs | ||
---|---|---|
292–295 | I think everybody agree with Simon :-) |
This can be a follow-up and you already have a comment elsewhere to that effect, but this is increasingly too many order-sensitive boolean parameters