mercurial/subrepo.py
branchstable
changeset 15723 1581da01d5c4
parent 15531 0810ccc51f0a
child 15735 5b384b7f48d5
--- a/mercurial/subrepo.py	Sat Dec 24 19:05:25 2011 +0900
+++ b/mercurial/subrepo.py	Sat Dec 24 19:05:35 2011 +0900
@@ -92,7 +92,7 @@
                     src = remapped
 
         src = remap(src)
-        state[path] = (src.strip(), rev.get(path, ''), kind)
+        state[util.pconvert(path)] = (src.strip(), rev.get(path, ''), kind)
 
     return state