eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html

changeset 7414
d02ed92ef3b2
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
diff -r 424f88fdee04 -r d02ed92ef3b2 eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html	Sat Feb 15 12:04:41 2020 +0100
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html	Sat Feb 15 12:05:00 2020 +0100
@@ -93,16 +93,20 @@
 
 <a NAME="HgImportDialog.__init__" ID="HgImportDialog.__init__"></a>
 <h4>HgImportDialog (Constructor)</h4>
-<b>HgImportDialog</b>(<i>parent=None</i>)
+<b>HgImportDialog</b>(<i>vcs, parent=None</i>)
 
 <p>
         Constructor
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>vcs</i> (Hg)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the VCS object
+</dd>
+<dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="HgImportDialog.__updateOK" ID="HgImportDialog.__updateOK"></a>
@@ -123,9 +127,15 @@
 <dt>Returns:</dt>
 <dd>
 tuple naming the patch file, a flag indicating to not commit,
-            a commit message, a commit date, a commit user, a strip count and
-            a flag indicating to enforce the import
-            (string, boolean, string, string, string, integer, boolean)
+            a commit message, a commit date, a commit user, a flag indicating
+            to commit with the secret phase, a strip count and a flag
+            indicating to enforce the import
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, bool, str, str, str, bool, int, bool)
 </dd>
 </dl>
 <a NAME="HgImportDialog.on_patchFilePicker_textChanged" ID="HgImportDialog.on_patchFilePicker_textChanged"></a>

eric ide

mercurial