As part of separating dirstate business logic from storage, let's move the
nonnormal and otherparent storage to the dirstatemap class. This will allow
alternative dirstate storage to persist these sets instead of recomputing them.
Details
Details
- Reviewers
quark durin42 - Group Reviewers
hg-reviewers - Commits
- rHG60927b19ed65: dirstate: move nonnormal and otherparent sets 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.