Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py

changeset 1423
dd5f9aa16bd2
parent 1369
759ef1e3569e
child 1509
c0b5e693b0eb
diff -r 47f1dffa398e -r dd5f9aa16bd2 Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py	Sat Nov 05 11:08:35 2011 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py	Sat Nov 05 11:12:17 2011 +0100
@@ -59,9 +59,9 @@
         self.shouldUpdate = False
         
         if self.__client is None and not self.__useCommandLine:
-            if self.vcs.version >= (1, 9, 5):
+            if self.vcs.version >= (2, 9, 9):
                 # versions below that have a bug causing a second
-                # to not recognize changes to the status
+                # instance to not recognize changes to the status
                 client = HgClient(self.projectDir, "utf-8")
                 ok, err = client.startServer()
                 if ok:

eric ide

mercurial