This is an archive of the discontinued Mercurial Phabricator instance.

merge: filter actions before calling _resolvetrivial()
ClosedPublic

Authored by pulkit on Jul 25 2020, 6:01 AM.

Details

Summary

In d49e490a9e85252886fd43258803bcad4fc88edb I made _resolvetrivial() to be
called after upadting the sparse checkout.

Looking at the code now, it seems to that me there is no need to even run
_resolvetrivial() on actions which are filtered away.

So let's update the actions before passing them into _resolvetrivial().

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

pulkit created this revision.Jul 25 2020, 6:01 AM
indygreg accepted this revision.Aug 2 2020, 1:05 PM
This revision is now accepted and ready to land.Aug 2 2020, 1:05 PM
This revision was automatically updated to reflect the committed changes.