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

changeset 3316
aaa864fa5c1e
child 3359
6b6c224d67d6
diff -r bd1a25ead18d -r aaa864fa5c1e Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.largefiles.html	Sat Mar 01 18:36:34 2014 +0100
@@ -0,0 +1,146 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric5.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>eric5.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>name</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>projectDir, revisions=None</i>)
+<p>
+        Public method to pull missing large files into the local repository.
+</p><dl>
+<dt><i>projectDir</i></dt>
+<dd>
+directory name of the project (string)
+</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>
+<h4>Largefiles.hgLfVerify</h4>
+<b>hgLfVerify</b>(<i>projectDir, mode</i>)
+<p>
+        Public method to verify large files integrity.
+</p><dl>
+<dt><i>projectDir</i></dt>
+<dd>
+directory name of the project (string)
+</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>
+<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>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial