diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,53 +7,50 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles</h1> - <p> Module implementing the largefiles extension interface. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#Largefiles">Largefiles</a></td> <td>Class implementing the largefiles extension interface.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="Largefiles" ID="Largefiles"></a> <h2>Largefiles</h2> - <p> Class implementing the largefiles extension interface. </p> + <h3>Derived from</h3> HgExtension <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="#Largefiles.__init__">Largefiles</a></td> <td>Constructor</td> @@ -75,19 +72,20 @@ <td>Public slot to convert the repository format of the current project.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Largefiles.__init__" ID="Largefiles.__init__"></a> <h4>Largefiles (Constructor)</h4> <b>Largefiles</b>(<i>vcs</i>) - <p> Constructor </p> + <dl> <dt><i>vcs</i> (Hg)</dt> @@ -98,10 +96,10 @@ <a NAME="Largefiles.hgAdd" ID="Largefiles.hgAdd"></a> <h4>Largefiles.hgAdd</h4> <b>hgAdd</b>(<i>names, mode</i>) - <p> Public method used to add a file to the Mercurial repository. </p> + <dl> <dt><i>names</i> (str or list of str)</dt> @@ -116,10 +114,10 @@ <a NAME="Largefiles.hgLfPull" ID="Largefiles.hgLfPull"></a> <h4>Largefiles.hgLfPull</h4> <b>hgLfPull</b>(<i>revisions=None</i>) - <p> Public method to pull missing large files into the local repository. </p> + <dl> <dt><i>revisions</i> (list of str)</dt> @@ -130,10 +128,10 @@ <a NAME="Largefiles.hgLfVerify" ID="Largefiles.hgLfVerify"></a> <h4>Largefiles.hgLfVerify</h4> <b>hgLfVerify</b>(<i>mode</i>) - <p> Public method to verify large files integrity. </p> + <dl> <dt><i>mode</i> (str)</dt> @@ -144,10 +142,10 @@ <a NAME="Largefiles.hgLfconvert" ID="Largefiles.hgLfconvert"></a> <h4>Largefiles.hgLfconvert</h4> <b>hgLfconvert</b>(<i>direction, projectFile</i>) - <p> Public slot to convert the repository format of the current project. </p> + <dl> <dt><i>direction</i> (str)</dt> @@ -169,4 +167,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>