Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2677
3d4277929fb3
parent 3008
7848489bcb92
child 3058
0a02c433f52d
--- a/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgGraftDialog.py	Fri Oct 18 23:00:41 2013 +0200
@@ -24,7 +24,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(HgGraftDialog, self).__init__(parent)
@@ -97,9 +98,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