diff -r 4e7e63fc685a -r 2aa3e07b2f07 mercurial/util.py --- 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