Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html

changeset 1990
7fee3661c4f9
parent 1655
d2b583fdde1c
child 2367
78f6c8193d37
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html	Sat Aug 04 20:42:45 2012 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html	Wed Aug 08 18:21:45 2012 +0200
@@ -86,11 +86,14 @@
 </table>
 <a NAME="HgGraftDialog.__init__" ID="HgGraftDialog.__init__"></a>
 <h4>HgGraftDialog (Constructor)</h4>
-<b>HgGraftDialog</b>(<i>parent=None</i>)
+<b>HgGraftDialog</b>(<i>vcs, parent=None</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>parent</i></dt>
+<dt><i>vcs</i></dt>
+<dd>
+reference to the VCS object (Hg)
+</dd><dt><i>parent</i></dt>
 <dd>
 reference to the parent widget (QWidget)
 </dd>
@@ -109,10 +112,12 @@
 <dd>
 tuple with list of revisions, a tuple giving a
             flag indicating to set the user, a flag indicating to use the
-            current user and the user name and another tuple giving a flag
+            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 (list of strings, (boolean, boolean, string),
-            (boolean, boolean, string))
+            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)
 </dd>
 </dl><a NAME="HgGraftDialog.on_currentUserCheckBox_toggled" ID="HgGraftDialog.on_currentUserCheckBox_toggled"></a>
 <h4>HgGraftDialog.on_currentUserCheckBox_toggled</h4>

eric ide

mercurial