Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py

changeset 3008
7848489bcb92
parent 2543
eb9472947653
child 3023
34ce20603bf7
child 3057
10516539f238
diff -r bad2e89047e7 -r 7848489bcb92 Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py
--- a/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py	Fri Oct 11 19:51:20 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py	Sat Oct 12 15:01:28 2013 +0200
@@ -22,7 +22,8 @@
         Constructor
         
         @param vcs reference to the VCS object (Hg)
-        @param revs list of revisions to show in the revisions pane (list of strings)
+        @param revs list of revisions to show in the revisions pane (list of
+            strings)
         @param parent reference to the parent widget (QWidget)
         """
         super().__init__(parent)
@@ -95,9 +96,9 @@
             current user and the user name, another tuple giving a flag
             indicating to set the date, a flag indicating to use the
             current date and the date, a flag indicating to append graft info
-            to the log message and a flag indicating a dry-run (list of strings,
-            (boolean, boolean, string), (boolean, boolean, string), boolean,
-            boolean)
+            to the log message and a flag indicating a dry-run (list of
+            strings, (boolean, boolean, string), (boolean, boolean, string),
+            boolean, boolean)
         """
         userData = (self.userGroup.isChecked(),
                     self.currentUserCheckBox.isChecked(),

eric ide

mercurial