mercurial/context.py
changeset 24633 2f8f7cc6a53b
parent 24420 065b886f61c6
child 24646 5693c834bcb4
--- a/mercurial/context.py	Mon Apr 06 17:16:55 2015 -0500
+++ b/mercurial/context.py	Mon Apr 06 17:03:35 2015 -0700
@@ -592,8 +592,7 @@
         if fset and not match.anypats():
             if util.all(fn in self for fn in fset):
                 for fn in sorted(fset):
-                    if match(fn):
-                        yield fn
+                    yield fn
                 raise StopIteration
 
         for fn in self: