--- a/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgDialog.py Fri Nov 01 15:48:48 2013 +0100 @@ -149,7 +149,8 @@ if not procStarted: self.buttonBox.setFocus() self.inputGroup.setEnabled(False) - E5MessageBox.critical(self, + E5MessageBox.critical( + self, self.trUtf8('Process Generation Error'), self.trUtf8( 'The process {0} could not be started. ' @@ -163,8 +164,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)