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