Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 1020
adf7e95f05e7
parent 1019
d8a9697f78d1
child 1034
8a7fa049e9d3
equal deleted inserted replaced
1019:d8a9697f78d1 1020:adf7e95f05e7
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 """

eric ide

mercurial