Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py

changeset 3008
7848489bcb92
parent 2632
94121e2f55b9
child 3057
10516539f238
child 3160
209a07d7e401
--- a/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py	Fri Oct 11 19:51:20 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py	Sat Oct 12 15:01:28 2013 +0200
@@ -17,7 +17,8 @@
     """
     Class implementing a dialog to enter the data for a rebase session.
     """
-    def __init__(self, tagsList, branchesList, bookmarksList=None, parent=None):
+    def __init__(self, tagsList, branchesList, bookmarksList=None,
+                 parent=None):
         """
         Constructor
         
@@ -261,11 +262,12 @@
         """
         Private method to retrieve the data for the rebase session.
         
-        @return tuple with a source indicator of "S" or "B", the source revision, the
-            destination revision, a flag indicating to collapse, a flag indicating to
-            keep the original changesets, a flag indicating to keep the original branch
-            name and a flag indicating to detach the source (string, string, string,
-            boolean, boolean, boolean, boolean)
+        @return tuple with a source indicator of "S" or "B", the source
+            revision, the destination revision, a flag indicating to collapse,
+            a flag indicating to keep the original changesets, a flag
+            indicating to keep the original branch name and a flag indicating
+            to detach the source (string, string, string, boolean, boolean,
+            boolean, boolean)
         """
         if self.sourceButton.isChecked():
             indicator = "S"

eric ide

mercurial