Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 1393
49559447c5ad
parent 1378
f18a99689f2a
child 1405
60155fdf1a98
diff -r 3c6c60c498a6 -r 49559447c5ad Plugins/VcsPlugins/vcsMercurial/hg.py
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Sun Oct 23 18:08:35 2011 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Sun Oct 23 18:15:32 2011 +0200
@@ -2595,7 +2595,7 @@
         self.__projectHelper.setObjects(self, project)
         self.__monitorRepoIniFile(project.getProjectPath())
         
-        if 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