Show More
@@ -91,7 +91,7 b' def findrenames(repo, added, removed, th' | |||||
91 |
|
91 | |||
92 | # Find exact matches. |
|
92 | # Find exact matches. | |
93 | for (a, b) in _findexactmatches(repo, |
|
93 | for (a, b) in _findexactmatches(repo, | |
94 |
sorted(addedfiles),sorted( |
|
94 | sorted(addedfiles), sorted(removedfiles)): | |
95 | addedfiles.remove(b) |
|
95 | addedfiles.remove(b) | |
96 | yield (a.path(), b.path(), 1.0) |
|
96 | yield (a.path(), b.path(), 1.0) | |
97 |
|
97 |
General Comments 0
You need to be logged in to leave comments.
Login now