diff --git a/hgext/convert/hg.py b/hgext/convert/hg.py --- a/hgext/convert/hg.py +++ b/hgext/convert/hg.py @@ -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