hgext/inotify/__init__.py
changeset 7434 cf7741aa1e96
parent 7393 92c952c4470c
child 7452 89c516430107
--- a/hgext/inotify/__init__.py	Thu Nov 27 01:35:12 2008 +0100
+++ b/hgext/inotify/__init__.py	Thu Nov 27 16:07:13 2008 +0100
@@ -53,7 +53,7 @@
         def status(self, match, ignored, clean, unknown=True):
             files = match.files()
             if '.' in files:
-                files = [] 
+                files = []
             try:
                 if not ignored and not self.inotifyserver:
                     result = client.query(ui, repo, files, match, False,