Skip to content
Snippets Groups Projects
Commit 1312afae authored by Martin von Zweigbergk's avatar Martin von Zweigbergk
Browse files

convert: migrate to new method for getting copy source

Differential Revision: https://phab.mercurial-scm.org/D6011
parent c7a843aa
No related branches found
No related tags found
No related merge requests found
......@@ -557,7 +557,7 @@
if name in self.ignored:
continue
try:
copysource, _copynode = ctx.filectx(name).renamed()
copysource = ctx.filectx(name).copysource()
if copysource in self.ignored:
continue
# Ignore copy sources not in parent revisions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment