Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3023
34ce20603bf7
child 3145
a9de05d4a22f
--- 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. '

eric ide

mercurial