hgext/inotify/client.py
branchstable
changeset 11628 68a30daead3f
parent 10282 08a0f04b56bd
child 11630 0c23085f051f
--- a/hgext/inotify/client.py	Wed Jul 14 18:28:12 2010 -0400
+++ b/hgext/inotify/client.py	Tue Jul 20 14:00:47 2010 -0400
@@ -154,7 +154,7 @@
                 if names:
                     return filter(match, names.split('\0'))
             return []
-        results = map(readnames, resphdr[:-1])
+        results = tuple(map(readnames, resphdr[:-1]))
 
         if names:
             nbytes = resphdr[-1]