mercurial/dirstate.py
changeset 6811 70ecce68df7c
parent 6807 6d68edc3217f
child 6818 6e93fbd847ef
--- a/mercurial/dirstate.py	Sun Jul 20 19:09:00 2008 +0200
+++ b/mercurial/dirstate.py	Sun Jul 20 19:25:08 2008 +0200
@@ -588,7 +588,7 @@
                 known[nn] = 1
                 if match(nf):
                     if supported(ff, st.st_mode, verbose=True):
-                        yield 'f', self.normalize(nf), st
+                        yield 'f', nn, st
                     elif ff in dc:
                         yield 'm', nf, st