mercurial/fileset.py
branchstable
changeset 17371 1310489eb5d6
parent 17368 01cc267fc105
child 18364 6252b4f1c4b4
--- a/mercurial/fileset.py	Wed Aug 15 22:28:32 2012 +0200
+++ b/mercurial/fileset.py	Wed Aug 15 22:50:23 2012 +0200
@@ -485,7 +485,7 @@
             subset.extend(c)
     else:
         status = None
-        subset = ctx.walk(ctx.match([]))
+        subset = list(ctx.walk(ctx.match([])))
 
     return getset(matchctx(ctx, subset, status), tree)