This is an archive of the discontinued Mercurial Phabricator instance.

mergestate: extract a base class to be shared by future memmergestate
ClosedPublic

Authored by martinvonz on Sep 17 2020, 4:10 PM.

Details

Summary

This extracts a new base class from mergestate and leaves all the
vfs-touching code in mergestate.

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

martinvonz created this revision.Sep 17 2020, 4:10 PM
indygreg accepted this revision.Sep 17 2020, 10:22 PM
indygreg added a subscriber: indygreg.
indygreg added inline comments.
mercurial/mergestate.py
130

Didn't we loosen our naming requirements? If so, MergeStateBase would be preferred. But meh.

This revision is now accepted and ready to land.Sep 17 2020, 10:22 PM