mercurial/dirstate.py
changeset 30519 20a42325fdef
parent 30304 ba2c04059317
child 30614 cfe66dcf45c0
equal deleted inserted replaced
30518:a8b17859684a 30519:20a42325fdef
   269         else:
   269         else:
   270             return fallback
   270             return fallback
   271 
   271 
   272     @propertycache
   272     @propertycache
   273     def _cwd(self):
   273     def _cwd(self):
   274         return os.getcwd()
   274         return pycompat.getcwd()
   275 
   275 
   276     def getcwd(self):
   276     def getcwd(self):
   277         '''Return the path from which a canonical path is calculated.
   277         '''Return the path from which a canonical path is calculated.
   278 
   278 
   279         This path should be used to resolve file patterns or to convert
   279         This path should be used to resolve file patterns or to convert