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

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffGenerator.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffGenerator.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffGenerator.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffGenerator</h1>
-
 <p>
 Module implementing a class to generate the output of the hg diff command.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#HgDiffGenerator">HgDiffGenerator</a></td>
 <td>Class implementing the generation of output of the hg diff command.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="HgDiffGenerator" ID="HgDiffGenerator"></a>
 <h2>HgDiffGenerator</h2>
-
 <p>
     Class implementing the generation of output of the hg diff command.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -49,19 +48,17 @@
 <h3>Derived from</h3>
 QObject
 <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="#HgDiffGenerator.__init__">HgDiffGenerator</a></td>
 <td>Constructor</td>
@@ -95,19 +92,20 @@
 <td>Public slot to stop the diff process.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="HgDiffGenerator.__init__" ID="HgDiffGenerator.__init__"></a>
 <h4>HgDiffGenerator (Constructor)</h4>
 <b>HgDiffGenerator</b>(<i>vcs, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>vcs</i> (Hg)</dt>
@@ -122,10 +120,10 @@
 <a NAME="HgDiffGenerator.__extractFileName" ID="HgDiffGenerator.__extractFileName"></a>
 <h4>HgDiffGenerator.__extractFileName</h4>
 <b>__extractFileName</b>(<i>line</i>)
-
 <p>
         Private method to extract the file name out of a file separator line.
 </p>
+
 <dl>
 
 <dt><i>line</i> (str)</dt>
@@ -148,18 +146,18 @@
 <a NAME="HgDiffGenerator.__finish" ID="HgDiffGenerator.__finish"></a>
 <h4>HgDiffGenerator.__finish</h4>
 <b>__finish</b>(<i></i>)
-
 <p>
         Private slot called when the process finished or the user pressed
         the button.
 </p>
+
 <a NAME="HgDiffGenerator.__getVersionArg" ID="HgDiffGenerator.__getVersionArg"></a>
 <h4>HgDiffGenerator.__getVersionArg</h4>
 <b>__getVersionArg</b>(<i>version</i>)
-
 <p>
         Private method to get a hg revision argument for the given revision.
 </p>
+
 <dl>
 
 <dt><i>version</i> (int or str)</dt>
@@ -182,10 +180,10 @@
 <a NAME="HgDiffGenerator.__processFileLine" ID="HgDiffGenerator.__processFileLine"></a>
 <h4>HgDiffGenerator.__processFileLine</h4>
 <b>__processFileLine</b>(<i>lineno, line</i>)
-
 <p>
         Private slot to process a line giving the old/new file.
 </p>
+
 <dl>
 
 <dt><i>lineno</i> (int)</dt>
@@ -200,10 +198,10 @@
 <a NAME="HgDiffGenerator.getResult" ID="HgDiffGenerator.getResult"></a>
 <h4>HgDiffGenerator.getResult</h4>
 <b>getResult</b>(<i></i>)
-
 <p>
         Public method to return the result data.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -220,10 +218,10 @@
 <a NAME="HgDiffGenerator.start" ID="HgDiffGenerator.start"></a>
 <h4>HgDiffGenerator.start</h4>
 <b>start</b>(<i>fn, versions=None, bundle=None, qdiff=False</i>)
-
 <p>
         Public slot to start the hg diff command.
 </p>
+
 <dl>
 
 <dt><i>fn</i> (str)</dt>
@@ -258,10 +256,10 @@
 <a NAME="HgDiffGenerator.stopProcess" ID="HgDiffGenerator.stopProcess"></a>
 <h4>HgDiffGenerator.stopProcess</h4>
 <b>stopProcess</b>(<i></i>)
-
 <p>
         Public slot to stop the diff process.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial