Fri, 29 Jul 2011 19:01:14 +0200
Added code to start monitoring the Mercurial hgrc file when it was created by starting the hgrc file editor.
Plugins/VcsPlugins/vcsMercurial/hg.py | file | annotate | diff | comparison | revisions |
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py Fri Jul 29 18:58:41 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Fri Jul 29 19:01:14 2011 +0200 @@ -1709,6 +1709,7 @@ try: cfg = open(cfgFile, "w") cfg.close() + self.__monitorRepoIniFile(repodir) except IOError: pass self.repoEditor = MiniEditor(cfgFile, "Properties")