This is an archive of the discontinued Mercurial Phabricator instance.

copies-rust: extract the processing of a ChangedFiles in its own function
ClosedPublic

Authored by Alphare on Nov 27 2020, 11:12 AM.

Details

Summary

This is a reasonably independent piece of code that we can extract in its own
function. This extraction will be very useful for the next changeset, where we
will change the iteration order (but still do the same kind of processing).

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.