mercurial/dirstate.py
changeset 30519 20a42325fdef
parent 30304 ba2c04059317
child 30614 cfe66dcf45c0
--- a/mercurial/dirstate.py	Wed Aug 17 20:57:15 2016 -0700
+++ b/mercurial/dirstate.py	Wed Nov 23 00:03:11 2016 +0530
@@ -271,7 +271,7 @@
 
     @propertycache
     def _cwd(self):
-        return os.getcwd()
+        return pycompat.getcwd()
 
     def getcwd(self):
         '''Return the path from which a canonical path is calculated.