Plugins/VcsPlugins/vcsMercurial/hg.py

branch
5_1_x
changeset 1069
d1334d6abefa
parent 1065
37dc3819ce14
child 1236
7a58aba00647
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Fri May 27 19:11:49 2011 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Sat May 28 13:05:37 2011 +0200
@@ -143,8 +143,6 @@
             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)

eric ide

mercurial