eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7631
2c7ccb4484bf
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,125 +18,166 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.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 />
+<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>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#Largefiles.hgAdd">hgAdd</a></td>
 <td>Public method used to add a file to the Mercurial repository.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#Largefiles.hgLfPull">hgLfPull</a></td>
 <td>Public method to pull missing large files into the local repository.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#Largefiles.hgLfVerify">hgLfVerify</a></td>
 <td>Public method to verify large files integrity.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#Largefiles.hgLfconvert">hgLfconvert</a></td>
 <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>
+</p>
+<dl>
+
 <dt><i>vcs</i></dt>
 <dd>
 reference to the Mercurial vcs object
 </dd>
-</dl><a NAME="Largefiles.hgAdd" ID="Largefiles.hgAdd"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>names</i></dt>
 <dd>
 file name(s) to be added (string or list of string)
-</dd><dt><i>mode</i></dt>
+</dd>
+<dt><i>mode</i></dt>
 <dd>
 add mode (string one of 'normal' or 'large')
 </dd>
-</dl><a NAME="Largefiles.hgLfPull" ID="Largefiles.hgLfPull"></a>
+</dl>
+<a NAME="Largefiles.hgLfPull" ID="Largefiles.hgLfPull"></a>
 <h4>Largefiles.hgLfPull</h4>
 <b>hgLfPull</b>(<i>projectDir, revisions=None</i>)
+
 <p>
         Public method to pull missing large files into the local repository.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>projectDir</i></dt>
 <dd>
 directory name of the project (string)
-</dd><dt><i>revisions</i></dt>
+</dd>
+<dt><i>revisions</i></dt>
 <dd>
 list of revisions to pull (list of string)
 </dd>
-</dl><a NAME="Largefiles.hgLfVerify" ID="Largefiles.hgLfVerify"></a>
+</dl>
+<a NAME="Largefiles.hgLfVerify" ID="Largefiles.hgLfVerify"></a>
 <h4>Largefiles.hgLfVerify</h4>
 <b>hgLfVerify</b>(<i>projectDir, mode</i>)
+
 <p>
         Public method to verify large files integrity.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>projectDir</i></dt>
 <dd>
 directory name of the project (string)
-</dd><dt><i>mode</i></dt>
+</dd>
+<dt><i>mode</i></dt>
 <dd>
 verify mode (string; one of 'large', 'lfa' or 'lfc')
 </dd>
-</dl><a NAME="Largefiles.hgLfconvert" ID="Largefiles.hgLfconvert"></a>
+</dl>
+<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>
+</p>
+<dl>
+
 <dt><i>direction</i></dt>
 <dd>
 direction of the conversion (string, one of
             'largefiles' or 'normal')
-</dd><dt><i>projectFile</i></dt>
+</dd>
+<dt><i>projectFile</i></dt>
 <dd>
 file name of the current project file (string)
 </dd>

eric ide

mercurial