##// END OF EJS Templates
similar: delete extra newline at EOF...
Augie Fackler -
r29337:f72d0c21 default
parent child Browse files
Show More
@@ -106,4 +106,3 def findrenames(repo, added, removed, th
106 106 for (a, b, score) in _findsimilarmatches(repo,
107 107 sorted(addedfiles), sorted(removedfiles), threshold):
108 108 yield (a.path(), b.path(), score)
109
General Comments 0
You need to be logged in to leave comments. Login now