Submitter | phabricator |
---|---|
Date | Jan. 8, 2020, 4:30 p.m. |
Message ID | <c62f1f889fe756149dfb349646df9ae2@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/44176/ |
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 @@ -1426,8 +1426,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':