Show More
@@ -181,7 +181,7 b' class dirstate(object):' | |||||
181 | cwd = self.getcwd() |
|
181 | cwd = self.getcwd() | |
182 | path = util.pathto(self._root, cwd, f) |
|
182 | path = util.pathto(self._root, cwd, f) | |
183 | if self._slash: |
|
183 | if self._slash: | |
184 |
return util. |
|
184 | return util.pconvert(path) | |
185 | return path |
|
185 | return path | |
186 |
|
186 | |||
187 | def __getitem__(self, key): |
|
187 | def __getitem__(self, key): |
General Comments 0
You need to be logged in to leave comments.
Login now