--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py Fri Nov 01 15:48:48 2013 +0100 @@ -96,8 +96,8 @@ self.inputGroup.setEnabled(False) self.inputGroup.hide() - out, err = self.__hgClient.runcommand(args, - output=self.__showOutput, error=self.__showError) + out, err = self.__hgClient.runcommand( + args, output=self.__showOutput, error=self.__showError) if err: self.__showError(err) if out: @@ -110,7 +110,8 @@ self.process.start('hg', args) procStarted = self.process.waitForStarted(5000) if not procStarted: - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8('Process Generation Error'), self.trUtf8( 'The process {0} could not be started. '