2197 |
2197 |
2198 def __iniFileChanged(self, path): |
2198 def __iniFileChanged(self, path): |
2199 """ |
2199 """ |
2200 Private slot to handle a change of the Mercurial config file. |
2200 Private slot to handle a change of the Mercurial config file. |
2201 |
2201 |
2202 @path path name of the changed file (string) |
2202 @param path name of the changed file (string) |
2203 """ |
2203 """ |
2204 self.__getExtensionsInfo() |
2204 self.__getExtensionsInfo() |
2205 |
2205 |
2206 def __monitorRepoIniFile(self, name): |
2206 def __monitorRepoIniFile(self, name): |
2207 """ |
2207 """ |