Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py

changeset 3020
542e97d4ecb3
parent 2302
f29e9405c851
child 3023
34ce20603bf7
--- a/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py	Mon Oct 14 19:30:36 2013 +0200
@@ -105,7 +105,8 @@
         shouldReopen = self.vcs.getExtensionObject("rebase")\
             .hgRebase(self.project.getProjectPath())
         if shouldReopen:
-            res = E5MessageBox.yesNo(None,
+            res = E5MessageBox.yesNo(
+                None,
                 self.trUtf8("Rebase Changesets"),
                 self.trUtf8("""The project should be reread. Do this now?"""),
                 yesDefault=True)
@@ -119,7 +120,8 @@
         shouldReopen = self.vcs.getExtensionObject("rebase")\
             .hgRebaseContinue(self.project.getProjectPath())
         if shouldReopen:
-            res = E5MessageBox.yesNo(None,
+            res = E5MessageBox.yesNo(
+                None,
                 self.trUtf8("Rebase Changesets (Continue)"),
                 self.trUtf8("""The project should be reread. Do this now?"""),
                 yesDefault=True)
@@ -133,7 +135,8 @@
         shouldReopen = self.vcs.getExtensionObject("rebase")\
             .hgRebaseAbort(self.project.getProjectPath())
         if shouldReopen:
-            res = E5MessageBox.yesNo(None,
+            res = E5MessageBox.yesNo(
+                None,
                 self.trUtf8("Rebase Changesets (Abort)"),
                 self.trUtf8("""The project should be reread. Do this now?"""),
                 yesDefault=True)

eric ide

mercurial