Submitter | phabricator |
---|---|
Date | Feb. 19, 2019, 6:13 a.m. |
Message ID | <c8ba4fffee57b4db9b0d7f3f6389fbc6@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38819/ |
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 @@ -776,7 +776,7 @@ """ if f1 == f2: - return f1 # a match + return True # a match g1, g2 = f1.ancestors(), f2.ancestors() try: