Show More
@@ -106,7 +106,7 b' def state(ctx, ui):' | |||
|
106 | 106 | parent = util.url(parent) |
|
107 | 107 | parent.path = posixpath.join(parent.path or '', src) |
|
108 | 108 | parent.path = posixpath.normpath(parent.path) |
|
109 |
joined = |
|
|
109 | joined = bytes(parent) | |
|
110 | 110 | # Remap the full joined path and use it if it changes, |
|
111 | 111 | # else remap the original source. |
|
112 | 112 | remapped = remap(joined) |
General Comments 0
You need to be logged in to leave comments.
Login now