mercurial/util.py
changeset 14927 2aa3e07b2f07
parent 14926 4e7e63fc685a
child 14942 5b072d4b62f2
--- a/mercurial/util.py	Sat Jul 23 12:29:52 2011 +0200
+++ b/mercurial/util.py	Mon Jul 25 15:03:02 2011 +0300
@@ -24,6 +24,7 @@
 else:
     import posix as platform
 
+cachestat = platform.cachestat
 checkexec = platform.checkexec
 checklink = platform.checklink
 executablepath = platform.executablepath