eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,89 +18,116 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.HgFetchDialog</h1>
+
 <p>
 Module implementing a dialog to enter data to be used for a fetch operation.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#HgFetchDialog">HgFetchDialog</a></td>
 <td>Class implementing a dialog to enter data to be used for a fetch operation.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="HgFetchDialog" ID="HgFetchDialog"></a>
 <h2>HgFetchDialog</h2>
+
 <p>
     Class implementing a dialog to enter data to be used for a fetch operation.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_HgFetchDialog
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#HgFetchDialog.__init__">HgFetchDialog</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgFetchDialog.getData">getData</a></td>
 <td>Public method to get the data for the fetch operation.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#HgFetchDialog.on_recentComboBox_activated">on_recentComboBox_activated</a></td>
 <td>Private slot to select a commit message from recent ones.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="HgFetchDialog.__init__" ID="HgFetchDialog.__init__"></a>
 <h4>HgFetchDialog (Constructor)</h4>
 <b>HgFetchDialog</b>(<i>vcs, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>vcs</i> (Hg)</dt>
 <dd>
 reference to the Mercurial vcs object
-</dd><dt><i>parent</i> (QWidget)</dt>
+</dd>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget
 </dd>
-</dl><a NAME="HgFetchDialog.getData" ID="HgFetchDialog.getData"></a>
+</dl>
+<a NAME="HgFetchDialog.getData" ID="HgFetchDialog.getData"></a>
 <h4>HgFetchDialog.getData</h4>
 <b>getData</b>(<i></i>)
+
 <p>
         Public method to get the data for the fetch operation.
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple with the commit message and a flag indicating to switch
             the merge order (string, boolean)
 </dd>
-</dl><a NAME="HgFetchDialog.on_recentComboBox_activated" ID="HgFetchDialog.on_recentComboBox_activated"></a>
+</dl>
+<a NAME="HgFetchDialog.on_recentComboBox_activated" ID="HgFetchDialog.on_recentComboBox_activated"></a>
 <h4>HgFetchDialog.on_recentComboBox_activated</h4>
 <b>on_recentComboBox_activated</b>(<i>txt</i>)
+
 <p>
         Private slot to select a commit message from recent ones.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>txt</i></dt>
 <dd>
 text of the selected entry (string)

eric ide

mercurial