This is an archive of the discontinued Mercurial Phabricator instance.

copytrace: move the default copytracing algorithm in a new function
ClosedPublic

Authored by pulkit on Sep 4 2017, 6:56 PM.

Details

Summary

We are going to introduce a new fast heuristic based copytracing algorithm, so
lets make mergecopies the function which decides which algorithm to go with and
then calls the related function.

While I was here, I add a line in test-copy-move-merge.t saying its a test
related to the full copytracing algorithm.

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.Sep 4 2017, 6:56 PM
yuja accepted this revision.Sep 6 2017, 9:54 AM
yuja added a subscriber: yuja.

Queued, thanks.

This revision is now accepted and ready to land.Sep 6 2017, 9:54 AM
This revision was automatically updated to reflect the committed changes.