src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10493
f795d68d8e09
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html	Sat Apr 20 18:02:35 2024 +0200
@@ -1421,7 +1421,7 @@
 </dd>
 <dt><i>addAll</i> (bool)</dt>
 <dd>
-flag indicating to add all files to the repository
+flag indicating to add all files to the repository (unused)
 </dd>
 </dl>
 <dl>
@@ -1453,11 +1453,11 @@
 
 <dt><i>vcsDir</i> (str)</dt>
 <dd>
-name of the VCS directory
+name of the VCS directory (unused)
 </dd>
 <dt><i>noDialog</i> (bool)</dt>
 <dd>
-flag indicating quiet operations
+flag indicating quiet operations (unused)
 </dd>
 </dl>
 <dl>
@@ -1474,7 +1474,7 @@
 </dl>
 <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a>
 <h4>Subversion.vcsInitConfig</h4>
-<b>vcsInitConfig</b>(<i>project</i>)
+<b>vcsInitConfig</b>(<i>_project</i>)
 <p>
         Public method to initialize the VCS configuration.
 </p>
@@ -1484,9 +1484,9 @@
 
 <dl>
 
-<dt><i>project</i> (Project)</dt>
+<dt><i>_project</i> (Project)</dt>
 <dd>
-reference to the project
+reference to the project (unused)
 </dd>
 </dl>
 <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a>
@@ -1608,7 +1608,7 @@
 </dl>
 <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a>
 <h4>Subversion.vcsOptionsDialog</h4>
-<b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>)
+<b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>)
 <p>
         Public method to get a dialog to enter repository info.
 </p>
@@ -1619,13 +1619,13 @@
 <dd>
 reference to the project object
 </dd>
-<dt><i>archive</i> (str)</dt>
+<dt><i>_archive</i> (str)</dt>
 <dd>
-name of the project in the repository
+name of the project in the repository (unused)
 </dd>
 <dt><i>editable</i> (bool)</dt>
 <dd>
-flag indicating that the project name is editable
+flag indicating that the project name is editable (unused)
 </dd>
 <dt><i>parent</i> (QWidget)</dt>
 <dd>
@@ -1689,7 +1689,7 @@
 </dd>
 <dt><i>project</i> (bool)</dt>
 <dd>
-flag indicating deletion of a project tree
+flag indicating deletion of a project tree (unused)
 </dd>
 <dt><i>noDialog</i> (bool)</dt>
 <dd>

eric ide

mercurial