mercurial/vfs.py
changeset 39909 5fe0b880200e
parent 39481 3dd34b401bc2
child 40468 8d9f366b7f19
child 40788 34f15db81cf0
--- a/mercurial/vfs.py	Sat Sep 29 02:02:35 2018 -0400
+++ b/mercurial/vfs.py	Tue Sep 25 21:16:12 2018 -0400
@@ -206,7 +206,7 @@
         return util.rename(srcpath, dstpath)
 
     def readlink(self, path):
-        return os.readlink(self.join(path))
+        return util.readlink(self.join(path))
 
     def removedirs(self, path=None):
         """Remove a leaf directory and all empty intermediate ones