As part of moving the dirstate storage logic to a new class, lets move the _dirs
computation onto the class so extensions can replace it with a persisted index
of directories.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHGaf9722412ac3: dirstate: move _dirs to dirstatemap
rHG63f4047b5710: dirstate: move _dirs 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.