This is the new dirstate API that has already been moved to in Python.
It will be used in place of the old addfile/removefile one.
Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHGd48e4c801515: rust-dirstatemap: add `set_tracked` method
rHG77bdd89ca2d7: rust-dirstatemap: add `set_tracked` method
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
rust/hg-core/src/dirstate_tree/dirstate_map.rs | ||
---|---|---|
614 | Now that I see it, this really shouldn't call e.state(), but should use e.tracked() directly |
Now that I see it, this really shouldn't call e.state(), but should use e.tracked() directly