changeset 29337:f72d0c2148da

similar: delete extra newline at EOF Spotted by my emacs config that cleans up extra whitespace.
author Augie Fackler <raf@durin42.com>
date Fri, 10 Jun 2016 00:14:43 -0400
parents 9368ed12f3c0
children 81c38cb9c1a1
files mercurial/similar.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)
-