src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html

branch
eric7
changeset 10493
f795d68d8e09
parent 10479
856476537696
diff -r 53eac4c7d10b -r f795d68d8e09 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html	Wed Jan 10 09:42:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html	Wed Jan 10 09:44:42 2024 +0100
@@ -22,6 +22,10 @@
 <td><a href="#HgTagDialog">HgTagDialog</a></td>
 <td>Class implementing a dialog to enter the data for a tagging operation.</td>
 </tr>
+<tr>
+<td><a href="#HgTagOperation">HgTagOperation</a></td>
+<td>Class defining the supported tagging operations.</td>
+</tr>
 </table>
 
 <h3>Functions</h3>
@@ -41,10 +45,7 @@
 QDialog, Ui_HgTagDialog
 <h3>Class Attributes</h3>
 <table>
-<tr><td>CreateGlobalTag</td></tr>
-<tr><td>CreateLocalTag</td></tr>
-<tr><td>DeleteGlobalTag</td></tr>
-<tr><td>DeleteLocalTag</td></tr>
+<tr><td>None</td></tr>
 </table>
 
 <h3>Class Methods</h3>
@@ -121,7 +122,7 @@
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of str, str, int,bool
+tuple of str, str, HgTagOperation, bool
 </dd>
 </dl>
 <a NAME="HgTagDialog.on_tagCombo_currentIndexChanged" ID="HgTagDialog.on_tagCombo_currentIndexChanged"></a>
@@ -154,4 +155,39 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
+<hr />
+<a NAME="HgTagOperation" ID="HgTagOperation"></a>
+<h2>HgTagOperation</h2>
+<p>
+    Class defining the supported tagging operations.
+</p>
+
+<h3>Derived from</h3>
+enum.Enum
+<h3>Class Attributes</h3>
+<table>
+<tr><td>CreateGlobal</td></tr>
+<tr><td>CreateLocal</td></tr>
+<tr><td>DeleteGlobal</td></tr>
+<tr><td>DeleteLocal</td></tr>
+</table>
+
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
+<div align="right"><a href="#top">Up</a></div>
+<hr />
 </body></html>

eric ide

mercurial