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

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html	Mon May 24 11:19:57 2021 +0200
@@ -0,0 +1,187 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles</title>
+<meta charset="UTF-8">
+<style>
+body {
+    background: #EDECE6;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #85774A; }
+h2 { color: white; background: #85774A; }
+h3 { color: white; background: #9D936E; }
+h4 { color: white; background: #9D936E; }
+    
+a { color: #BA6D36; }
+
+</style>
+</head>
+<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>
+</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>
+<td><a href="#Largefiles.hgLfPull">hgLfPull</a></td>
+<td>Public method to pull missing large files into the local repository.</td>
+</tr>
+<tr>
+<td><a href="#Largefiles.hgLfVerify">hgLfVerify</a></td>
+<td>Public method to verify large files integrity.</td>
+</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>
+
+<dt><i>vcs</i></dt>
+<dd>
+reference to the Mercurial vcs object
+</dd>
+</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>
+
+<dt><i>names</i></dt>
+<dd>
+file name(s) to be added (string or list of string)
+</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>
+<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></dt>
+<dd>
+list of revisions to pull (list of string)
+</dd>
+</dl>
+<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></dt>
+<dd>
+verify mode (string; one of 'large', 'lfa' or 'lfc')
+</dd>
+</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>
+
+<dt><i>direction</i></dt>
+<dd>
+direction of the conversion (string, one of
+            'largefiles' or 'normal')
+</dd>
+<dt><i>projectFile</i></dt>
+<dd>
+file name of the current project file (string)
+</dd>
+</dl>
+<dl>
+
+<dt>Raises <b>ValueError</b>:</dt>
+<dd>
+raised to indicate a bad value for the
+            'direction' parameter.
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial