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 |