Submitter | phabricator |
---|---|
Date | Jan. 9, 2020, 2:25 p.m. |
Message ID | <2286058376d66bca9783ce26c02142a8@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44227/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/scmutil.py b/mercurial/scmutil.py --- a/mercurial/scmutil.py +++ b/mercurial/scmutil.py @@ -1431,8 +1431,8 @@ """ oldctx = repo[b'.'] ds = repo.dirstate + copies = dict(ds.copies()) ds.setparents(newctx.node(), nullid) - copies = dict(ds.copies()) s = newctx.status(oldctx, match=match) for f in s.modified: if ds[f] == b'r':