Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 1070
0f4e3c9670f5
parent 1066
a3dd41fd9ea8
child 1071
ac0f74c0b870
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Sat May 28 13:00:35 2011 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Sat May 28 13:07:09 2011 +0200
@@ -168,10 +168,6 @@
             self.annotate.close()
         if self.serveDlg is not None:
             self.serveDlg.close()
-        if self.repoEditor is not None:
-            self.repoEditor.close()
-        if self.userEditor is not None:
-            self.userEditor.close()
         
         if self.bundleFile and os.path.exists(self.bundleFile):
             os.remove(self.bundleFile)

eric ide

mercurial