mercurial/match.py
changeset 19872 681f7b9213a4
parent 19144 facd906caeeb
child 20033 f962870712da
--- a/mercurial/match.py	Thu Oct 03 14:50:47 2013 +0200
+++ b/mercurial/match.py	Thu Oct 03 14:50:47 2013 +0200
@@ -140,7 +140,7 @@
 
 class exact(match):
     def __init__(self, root, cwd, files):
-        match.__init__(self, root, cwd, files, exact = True)
+        match.__init__(self, root, cwd, files, exact=True)
 
 class always(match):
     def __init__(self, root, cwd):