Added code to start monitoring the Mercurial hgrc file when it was created by starting the hgrc file editor.

Fri, 29 Jul 2011 19:01:14 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 29 Jul 2011 19:01:14 +0200
changeset 1211
a91a47f2f5e6
parent 1210
269dccec0c33
child 1212
058fc9ffb0d9

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")

eric ide

mercurial