hgext/inotify/__init__.py
changeset 8067 b084d6d6f345
parent 7522 2f4a399a8787
child 8068 389e2820280d
--- a/hgext/inotify/__init__.py	Mon Apr 13 21:57:17 2009 +0200
+++ b/hgext/inotify/__init__.py	Wed Apr 08 13:27:28 2009 +0900
@@ -96,7 +96,7 @@
                                        '%s\n') % inst)
                     if query:
                         try:
-                            return query(ui, repo, files or [], match,
+                            return query(ui, repo, files, match,
                                          ignored, clean, unknown)
                         except socket.error, err:
                             ui.warn(_('could not talk to new inotify '