( )โš™ D9649 copies-rust: yield both p1 and p2 copies in `ChangedFiles.actions()`

This is an archive of the discontinued Mercurial Phabricator instance.

copies-rust: yield both p1 and p2 copies in `ChangedFiles.actions()`
ClosedPublic

Authored by marmoute on Dec 21 2020, 5:28 PM.

Details

Summary

Instead of filtering the relevant parent inside de ChangedFiles method, we now
yield all copies information and let the caller do the filtering. Soon, the
filtering will be replaced by dispatching.

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.Dec 21 2020, 5:28 PM
marmoute updated this revision to Diff 24488.Dec 22 2020, 9:12 PM
baymax updated this revision to Diff 24499.Dec 22 2020, 9:46 PM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

baymax updated this revision to Diff 24583.Jan 5 2021, 4:07 AM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

Alphare accepted this revision.Jan 8 2021, 8:33 AM
baymax updated this revision to Diff 24674.Jan 8 2021, 6:15 PM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

baymax updated this revision to Diff 25694.Feb 22 2021, 9:14 AM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

baymax updated this revision to Diff 25753.Feb 22 2021, 11:21 AM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

baymax updated this revision to Diff 25792.Feb 22 2021, 5:12 PM

โœ… refresh by Heptapod after a successful CI run (๐Ÿ™ ๐Ÿ’š)

This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.