diff -r eaf3a24163f2 -r 60155fdf1a98 Plugins/VcsPlugins/vcsMercurial/hg.py --- a/Plugins/VcsPlugins/vcsMercurial/hg.py Wed Oct 26 18:46:17 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Wed Oct 26 18:48:39 2011 +0200 @@ -2595,7 +2595,7 @@ self.__projectHelper.setObjects(self, project) self.__monitorRepoIniFile(project.getProjectPath()) - if not Utilities.isMacPlatform and self.version >= (1, 9): + if not Utilities.isMacPlatform() and self.version >= (1, 9): # find the root of the repo repodir = project.getProjectPath() while not os.path.isdir(os.path.join(repodir, self.adminDir)):