This is an archive of the discontinued Mercurial Phabricator instance.

test: demonstrate failure to follow rename with shadowed linkrev
ClosedPublic

Authored by martinvonz on Apr 28 2019, 3:00 AM.

Details

Summary

This shows a difference in handling of copies between hg st
(pathcopies()) and hg co -m. The issue here is that mergecopies()
uses the unadjusted linkrev() for determining when to stop walking
ancestors.

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.