Reverted part of the change dealing with Mercurial interface shutdown..

Sat, 28 May 2011 13:07:09 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 28 May 2011 13:07:09 +0200
changeset 1070
0f4e3c9670f5
parent 1068
090e5be55051
child 1071
ac0f74c0b870

Reverted part of the change dealing with Mercurial interface shutdown..

Plugins/VcsPlugins/vcsMercurial/hg.py file | annotate | diff | comparison | revisions
--- 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