Show More
@@ -106,4 +106,3 b' def findrenames(repo, added, removed, th' | |||||
106 | for (a, b, score) in _findsimilarmatches(repo, |
|
106 | for (a, b, score) in _findsimilarmatches(repo, | |
107 | sorted(addedfiles), sorted(removedfiles), threshold): |
|
107 | sorted(addedfiles), sorted(removedfiles), threshold): | |
108 | yield (a.path(), b.path(), score) |
|
108 | yield (a.path(), b.path(), score) | |
109 |
|
General Comments 0
You need to be logged in to leave comments.
Login now