This is an archive of the discontinued Mercurial Phabricator instance.

mergeresult: introduce filemap() which yields filename based mapping
ClosedPublic

Authored by pulkit on Aug 5 2020, 8:11 AM.

Details

Summary

We wanted to remove actions as this was leaking how we store things internally
and was direct access to one of the member. This introduces filemap() which
yields a map of filename -> action, args, msg.

mergeresult.actions has been deleted as it's no longer required.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

pulkit created this revision.Aug 5 2020, 8:11 AM
pulkit updated this revision to Diff 22309.Aug 6 2020, 7:16 AM
indygreg accepted this revision.Aug 8 2020, 12:34 PM
This revision is now accepted and ready to land.Aug 8 2020, 12:34 PM