Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 1210
269dccec0c33
parent 1093
47bc4ef30315
child 1211
a91a47f2f5e6
equal deleted inserted replaced
1208:2e7445f08612 1210:269dccec0c33
2250 repodir = os.path.dirname(repodir) 2250 repodir = os.path.dirname(repodir)
2251 if repodir == os.sep: 2251 if repodir == os.sep:
2252 return 2252 return
2253 2253
2254 cfgFile = os.path.join(repodir, self.adminDir, "hgrc") 2254 cfgFile = os.path.join(repodir, self.adminDir, "hgrc")
2255 self.__iniWatcher.addPath(cfgFile) 2255 if os.path.exists(cfgFile):
2256 self.__iniWatcher.addPath(cfgFile)
2256 2257
2257 def __getExtensionsInfo(self): 2258 def __getExtensionsInfo(self):
2258 """ 2259 """
2259 Private method to get the active extensions from Mercurial. 2260 Private method to get the active extensions from Mercurial.
2260 """ 2261 """

eric ide

mercurial