diff -r 090e5be55051 -r 0f4e3c9670f5 Plugins/VcsPlugins/vcsMercurial/hg.py --- 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)