Submitter | phabricator |
---|---|
Date | May 7, 2019, 11:41 p.m. |
Message ID | <eab536dffcf46ab246fd97d0c4b9e466@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/39981/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/copies.py b/mercurial/copies.py --- a/mercurial/copies.py +++ b/mercurial/copies.py @@ -796,8 +796,6 @@ # metadata across the rebase anyway). exclude = pathcopies(repo[fromrev], repo[skiprev]) for dst, src in pathcopies(repo[fromrev], repo[rev]).iteritems(): - # copies.pathcopies returns backward renames, so dst might not - # actually be in the dirstate if dst in exclude: continue wctx[dst].markcopied(src)