##// END OF EJS Templates
merge with stable
Matt Mackall -
r19216:0ec31231 merge default
parent child Browse files
Show More
@@ -181,7 +181,7 b' class dirstate(object):'
181 181 cwd = self.getcwd()
182 182 path = util.pathto(self._root, cwd, f)
183 183 if self._slash:
184 return util.normpath(path)
184 return util.pconvert(path)
185 185 return path
186 186
187 187 def __getitem__(self, key):
General Comments 0
You need to be logged in to leave comments. Login now