mercurial/similar.py
changeset 29337 f72d0c2148da
parent 28468 0d6b3630b9a3
child 29341 0d83ad967bf8
--- 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)
-