Plugins/VcsPlugins/vcsMercurial/hg.py

branch
5_1_x
changeset 1065
37dc3819ce14
parent 967
d0f77c6f3fd4
child 1069
d1334d6abefa
diff -r e56185898d97 -r 37dc3819ce14 Plugins/VcsPlugins/vcsMercurial/hg.py
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Wed May 25 18:16:43 2011 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Fri May 27 19:11:49 2011 +0200
@@ -109,6 +109,7 @@
         self.annotate = None
         self.editor = None
         self.serveDlg = None
+        
         self.bundleFile = None
         
         self.statusCache = {}
@@ -142,6 +143,8 @@
             self.annotate.close()
         if self.serveDlg is not None:
             self.serveDlg.close()
+        if self.editor is not None:
+            self.editor.close()
         
         if self.bundleFile and os.path.exists(self.bundleFile):
             os.remove(self.bundleFile)
@@ -1987,7 +1990,7 @@
     
     def hgServe(self, name):
         """
-        Public method used to edit the repository config file.
+        Public method used to serve the project.
         
         @param name directory name (string)
         """

eric ide

mercurial