Submitter | phabricator |
---|---|
Date | Feb. 24, 2019, 8:24 a.m. |
Message ID | <330b31ad18e539acd45e4ca4a3cc760f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38895/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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