Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html

changeset 1315
faafd2aa48d5
parent 1311
95685f9ad9f8
child 1608
b6390d242303
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Tue Sep 13 18:39:41 2011 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Tue Sep 13 19:41:54 2011 +0200
@@ -128,6 +128,9 @@
 <td><a href="#Hg.hgEditUserConfig">hgEditUserConfig</a></td>
 <td>Public method used to edit the user configuration file.</td>
 </tr><tr>
+<td><a href="#Hg.hgExport">hgExport</a></td>
+<td>Public method to export patches to files.</td>
+</tr><tr>
 <td><a href="#Hg.hgExtendedDiff">hgExtendedDiff</a></td>
 <td>Public method used to view the difference of a file/directory to the Mercurial repository.</td>
 </tr><tr>
@@ -529,7 +532,17 @@
 <b>hgEditUserConfig</b>(<i></i>)
 <p>
         Public method used to edit the user configuration file.
-</p><a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a>
+</p><a NAME="Hg.hgExport" ID="Hg.hgExport"></a>
+<h4>Hg.hgExport</h4>
+<b>hgExport</b>(<i>name</i>)
+<p>
+        Public method to export patches to files.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+directory name of the project to export from (string)
+</dd>
+</dl><a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a>
 <h4>Hg.hgExtendedDiff</h4>
 <b>hgExtendedDiff</b>(<i>name</i>)
 <p>

eric ide

mercurial