--- a/mercurial/similar.py Fri Jun 10 00:14:10 2016 -0400
+++ b/mercurial/similar.py Fri Jun 10 00:14:43 2016 -0400
@@ -106,4 +106,3 @@
for (a, b, score) in _findsimilarmatches(repo,
sorted(addedfiles), sorted(removedfiles), threshold):
yield (a.path(), b.path(), score)
-