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.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG7bb2f358a13b: test: demonstrate failure to follow rename with shadowed linkrev
Diff Detail
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.