Tue, 30 Aug 2011 18:48:17 +0200
Removed a superfluous statement.
--- a/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py Tue Aug 30 18:20:55 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py Tue Aug 30 18:48:17 2011 +0200 @@ -242,7 +242,6 @@ error pane. """ if self.process is not None: - self.errorGroup.show() s = str(self.process.readAllStandardError(), Preferences.getSystem("IOEncoding"), 'replace')
--- a/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py Tue Aug 30 18:20:55 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py Tue Aug 30 18:48:17 2011 +0200 @@ -236,7 +236,6 @@ error pane. """ if self.process is not None: - self.errorGroup.show() s = str(self.process.readAllStandardError(), Preferences.getSystem("IOEncoding"), 'replace')
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Tue Aug 30 18:20:55 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Tue Aug 30 18:48:17 2011 +0200 @@ -901,7 +901,6 @@ error pane. """ if self.process is not None: - self.errorGroup.show() s = str(self.process.readAllStandardError(), Preferences.getSystem("IOEncoding"), 'replace')
--- a/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py Tue Aug 30 18:20:55 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgStatusDialog.py Tue Aug 30 18:48:17 2011 +0200 @@ -333,7 +333,6 @@ error pane. """ if self.process is not None: - self.errorGroup.show() s = str(self.process.readAllStandardError(), Preferences.getSystem("IOEncoding"), 'replace')
--- a/Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py Tue Aug 30 18:20:55 2011 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgTagBranchListDialog.py Tue Aug 30 18:48:17 2011 +0200 @@ -264,7 +264,6 @@ error pane. """ if self.process is not None: - self.errorGroup.show() s = str(self.process.readAllStandardError(), Preferences.getSystem("IOEncoding"), 'replace')