As part of moving the dirstate storage logic to a separate class, lets move the
filfoldmap computation to that class. This will allow extensions to replace the
dirstate storage with something that persists the filefoldmap.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHGd8b35920b7b1: dirstate: move filefoldmap to dirstatemap
rHG19a5ad535cb1: dirstate: move filefoldmap to dirstatemap
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
mercurial/dirstate.py | ||
---|---|---|
1359 | Since this is aiming to be a new interface of sorts, could we get a docstring here as a follow-up? |
Since this is aiming to be a new interface of sorts, could we get a docstring here as a follow-up?