All its value are inferred within the dirstatemap now.
Details
- Reviewers
SimonSapin pulkit - Group Reviewers
hg-reviewers - Commits
- rHGa1745a292885: dirstate: drop `state` to `_addpath`
Diff Detail
- Repository
- rHG Mercurial
- Branch
- default
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
rust/hg-cpython/src/dirstate/dirstate_map.rs | ||
---|---|---|
140–142 | This strongly suggests that DirstateMapMethods::add_file should no longer take a DirstateEntry parameter. Let’s refactor that later together with its boolean parameters. |
rust/hg-cpython/src/dirstate/dirstate_map.rs | ||
---|---|---|
140–142 | Yep, we can build something better dirstatemap side and that should lead use to something simpler on the hg-core side too. |
mercurial/dirstatemap.py | ||
---|---|---|
184 | Hm, is this an intended change? |
Hm, is this an intended change?