Plugins/VcsPlugins/vcsMercurial/HgStatusMonitorThread.py

changeset 1282
c5b7b444942d
parent 1263
1b6054a9b668
child 1369
759ef1e3569e
equal deleted inserted replaced
1280:44512c4eb555 1282:c5b7b444942d
63 # versions below that have a bug causing a second 63 # versions below that have a bug causing a second
64 # to not recognize changes to the status 64 # to not recognize changes to the status
65 client = HgClient(self.projectDir, "utf-8") 65 client = HgClient(self.projectDir, "utf-8")
66 ok, err = client.startServer() 66 ok, err = client.startServer()
67 if ok: 67 if ok:
68 self.__client = client 68 self.__client = client
69 else: 69 else:
70 self.__useCommandLine = True 70 self.__useCommandLine = True
71 else: 71 else:
72 self.__useCommandLine = True 72 self.__useCommandLine = True
73 73

eric ide

mercurial