( )⚙ D979 dirstate: move nonnormal and otherparent sets to dirstatemap

This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: move nonnormal and otherparent sets to dirstatemap
ClosedPublic

Authored by durham on Oct 6 2017, 1:19 PM.

Details

Summary

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.

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

durham created this revision.Oct 6 2017, 1:19 PM
quark accepted this revision.Oct 10 2017, 3:36 PM
durin42 accepted this revision.Oct 14 2017, 12:28 AM
This revision is now accepted and ready to land.Oct 14 2017, 12:28 AM
This revision was automatically updated to reflect the committed changes.