mercurial/similar.py
changeset 11085 0c8646292ca4
parent 11060 e6df01776e08
child 16683 525fdb738975
--- a/mercurial/similar.py	Sat May 01 16:57:02 2010 -0500
+++ b/mercurial/similar.py	Sun May 02 00:48:33 2010 +0200
@@ -91,7 +91,7 @@
 
     # Find exact matches.
     for (a, b) in _findexactmatches(repo,
-            sorted(addedfiles),sorted( removedfiles)):
+            sorted(addedfiles), sorted(removedfiles)):
         addedfiles.remove(b)
         yield (a.path(), b.path(), 1.0)