This is an archive of the discontinued Mercurial Phabricator instance.

tests: add test where copy source is deleted and added back
ClosedPublic

Authored by martinvonz on Apr 29 2019, 6:52 PM.

Details

Summary

This shows another difference between pathcopies() and mergecopies():
mergecopies() considers files that have been deleted and then added
back as different files, but pathcopies() does not.

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.