--- 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