As part of moving all dirstate storage to a new class, let's move the copymap
onto that class. In a future patch this will let us move the read/write
functions to the dirstatemap class, and for extensions this lets us replace the
copy storage with alternative storage.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG0865d25e8a8a: dirstate: move _copymap to dirstatemap
rHG894cd88815ca: dirstate: move _copymap 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.