mercurial/dirstate.py
changeset 1245 d0a960b437a8
parent 1230 6eac821c202c
child 1268 c631f26346ca
--- a/mercurial/dirstate.py	Wed Sep 14 15:48:34 2005 -0500
+++ b/mercurial/dirstate.py	Wed Sep 14 15:50:31 2005 -0500
@@ -260,7 +260,7 @@
                             work.append(p)
                     else:
                         if statmatch(np, st):
-                            yield np
+                            yield util.pconvert(np)
 
         known = {'.hg': 1}
         def seen(fn):