mercurial/dirstate.py
branchstable
changeset 19128 f4930b533d55
parent 19103 0176d0db4671
child 19137 1835de2d9c4b
child 19210 865beb849720
--- a/mercurial/dirstate.py	Thu May 02 11:26:43 2013 -0700
+++ b/mercurial/dirstate.py	Fri May 03 09:44:50 2013 -0700
@@ -700,7 +700,7 @@
                 for nf in iter(visit):
                     # Report ignored items in the dmap as long as they are not
                     # under a symlink directory.
-                    if ignore(nf) and audit_path.check(nf):
+                    if audit_path.check(nf):
                         try:
                             results[nf] = lstat(join(nf))
                         except OSError: