--- a/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py Sun Feb 10 18:53:47 2013 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py Sun Feb 10 19:17:45 2013 +0100 @@ -10,7 +10,6 @@ from PyQt4.QtCore import QProcess from VCS.StatusMonitorThread import VcsStatusMonitorThread -from .HgClient import HgClient import Preferences @@ -62,6 +61,7 @@ if self.vcs.version >= (2, 9, 9): # 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") ok, err = client.startServer() if ok: