Submitter | phabricator |
---|---|
Date | June 24, 2019, 6:59 p.m. |
Message ID | <e0de72668c2c9520baf14ea8288b5fb8@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/40667/ |
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 @@ -279,8 +279,6 @@ copies = {} allcopies = set(copies1) | set(copies2) for dst in allcopies: - if not alwaysmatch and not match(dst): - continue # Unlike when copies are stored in the filelog, we consider # it a copy even if the destination already existed on the # other branch. It's simply too expensive to check if the