##// END OF EJS Templates
windows: use normalized path as path to subrepo...
FUJIWARA Katsunori -
r15723:1581da01 stable
parent child Browse files
Show More
@@ -92,7 +92,7 b' def state(ctx, ui):'
92 src = remapped
92 src = remapped
93
93
94 src = remap(src)
94 src = remap(src)
95 state[path] = (src.strip(), rev.get(path, ''), kind)
95 state[util.pconvert(path)] = (src.strip(), rev.get(path, ''), kind)
96
96
97 return state
97 return state
98
98
General Comments 0
You need to be logged in to leave comments. Login now