--- 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