similar: delete extra newline at EOF
authorAugie Fackler <raf@durin42.com>
Fri, 10 Jun 2016 00:14:43 -0400
changeset 29337 f72d0c2148da
parent 29336 9368ed12f3c0
child 29338 81c38cb9c1a1
similar: delete extra newline at EOF Spotted by my emacs config that cleans up extra whitespace.
mercurial/similar.py
--- 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)
-