Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 1405
60155fdf1a98
parent 1393
49559447c5ad
child 1509
c0b5e693b0eb
--- 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)):

eric ide

mercurial