Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py

changeset 3555
43473ba956ce
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py	Sun May 04 17:41:23 2014 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py	Sun May 04 18:07:57 2014 +0200
@@ -64,7 +64,7 @@
                 # versions below that have a bug causing a second
                 # instance to not recognize changes to the status
                 from .HgClient import HgClient
-                client = HgClient(self.projectDir, "utf-8")
+                client = HgClient(self.projectDir, "utf-8", self.vcs)
                 ok, err = client.startServer()
                 if ok:
                     self.__client = client

eric ide

mercurial