Submitter | phabricator |
---|---|
Date | Feb. 24, 2019, 8:24 a.m. |
Message ID | <c8ea8b3a4ca31b0f0e71e0071960faf4@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38901/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/fix.py b/hgext/fix.py --- a/hgext/fix.py +++ b/hgext/fix.py @@ -601,9 +601,7 @@ if path not in ctx: return None fctx = ctx[path] - copied = fctx.renamed() - if copied: - copied = copied[0] + copied = fctx.copysource() return context.memfilectx( repo, memctx,