This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: introduce an internal `_remove` method
ClosedPublic

Authored by marmoute on Jul 7 2021, 5:20 PM.

Details

Summary

We want to split current user of dirstate.remove between hg rm-like cases and
update of the dirstate coming from update/merge.

To do this we will introduce new API. The first step is to introduces an
internal function that these new API migh use (or not use) to distinct between
the migrated users and the others.

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

marmoute created this revision.Jul 7 2021, 5:20 PM
baymax updated this revision to Diff 28995.Jul 8 2021, 9:17 AM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

Alphare accepted this revision.Jul 9 2021, 12:01 PM
This revision is now accepted and ready to land.Jul 9 2021, 12:01 PM
baymax updated this revision to Diff 29142.Jul 10 2021, 3:09 PM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

baymax retitled this revision from dirstate: introduce and internal `_remove` method to dirstate: introduce an internal `_remove` method.Jul 10 2021, 4:50 PM
baymax edited the summary of this revision. (Show Details)
baymax updated this revision to Diff 29146.

✅ refresh by Heptapod after a successful CI run (🐙 💚)

baymax updated this revision to Diff 29242.Jul 15 2021, 11:16 AM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

This revision was automatically updated to reflect the committed changes.