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

changeset 189
17bb2db7a347
parent 178
dd9f0bca5e2f
child 191
dccb19a7c52e
diff -r 98eb4145b4e4 -r 17bb2db7a347 Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Sun Apr 18 15:38:47 2010 +0000
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Sun Apr 18 15:39:19 2010 +0000
@@ -87,6 +87,9 @@
 <td><a href="#Hg.hgCopy">hgCopy</a></td>
 <td>Public method used to copy a file/directory.</td>
 </tr><tr>
+<td><a href="#Hg.hgEditConfig">hgEditConfig</a></td>
+<td>Public method used to edit the repository config file.</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>
@@ -117,9 +120,21 @@
 <td><a href="#Hg.hgPush">hgPush</a></td>
 <td>Public method used to push changes to a remote Mercurial repository.</td>
 </tr><tr>
+<td><a href="#Hg.hgRecover">hgRecover</a></td>
+<td>Public method to recover an interrupted transaction.</td>
+</tr><tr>
 <td><a href="#Hg.hgResolve">hgResolve</a></td>
 <td>Public method used to resolve conflicts of a file/directory.</td>
 </tr><tr>
+<td><a href="#Hg.hgShowConfig">hgShowConfig</a></td>
+<td>Public method to show the combined config.</td>
+</tr><tr>
+<td><a href="#Hg.hgShowPaths">hgShowPaths</a></td>
+<td>Public method to show the path aliases for remote repositories.</td>
+</tr><tr>
+<td><a href="#Hg.hgVerify">hgVerify</a></td>
+<td>Public method to verify the integrity of the repository.</td>
+</tr><tr>
 <td><a href="#Hg.vcsAdd">vcsAdd</a></td>
 <td>Public method used to add a file/directory to the Mercurial repository.</td>
 </tr><tr>
@@ -301,7 +316,7 @@
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
-file/directory name to be tagged (string)
+file/directory name to be branched (string)
 </dd>
 </dl><a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a>
 <h4>Hg.hgCopy</h4>
@@ -321,6 +336,16 @@
 <dd>
 flag indicating successfull operation (boolean)
 </dd>
+</dl><a NAME="Hg.hgEditConfig" ID="Hg.hgEditConfig"></a>
+<h4>Hg.hgEditConfig</h4>
+<b>hgEditConfig</b>(<i>name</i>)
+<p>
+        Public method used to edit the repository config file.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+file/directory name (string)
+</dd>
 </dl><a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a>
 <h4>Hg.hgExtendedDiff</h4>
 <b>hgExtendedDiff</b>(<i>name</i>)
@@ -444,6 +469,16 @@
 <dd>
 directory name of the project to be pushed from (string)
 </dd>
+</dl><a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a>
+<h4>Hg.hgRecover</h4>
+<b>hgRecover</b>(<i>name</i>)
+<p>
+        Public method to recover an interrupted transaction.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+file/directory name (string)
+</dd>
 </dl><a NAME="Hg.hgResolve" ID="Hg.hgResolve"></a>
 <h4>Hg.hgResolve</h4>
 <b>hgResolve</b>(<i>name</i>)
@@ -454,6 +489,36 @@
 <dd>
 file/directory name to be resolved (string)
 </dd>
+</dl><a NAME="Hg.hgShowConfig" ID="Hg.hgShowConfig"></a>
+<h4>Hg.hgShowConfig</h4>
+<b>hgShowConfig</b>(<i>name</i>)
+<p>
+        Public method to show the combined config.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+file/directory name (string)
+</dd>
+</dl><a NAME="Hg.hgShowPaths" ID="Hg.hgShowPaths"></a>
+<h4>Hg.hgShowPaths</h4>
+<b>hgShowPaths</b>(<i>name</i>)
+<p>
+        Public method to show the path aliases for remote repositories.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+file/directory name (string)
+</dd>
+</dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a>
+<h4>Hg.hgVerify</h4>
+<b>hgVerify</b>(<i>name</i>)
+<p>
+        Public method to verify the integrity of the repository.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+file/directory name (string)
+</dd>
 </dl><a NAME="Hg.vcsAdd" ID="Hg.vcsAdd"></a>
 <h4>Hg.vcsAdd</h4>
 <b>vcsAdd</b>(<i>name, isDir = False, noDialog = False</i>)

eric ide

mercurial