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

changeset 219
0553aa793753
parent 218
633aa53976ae
child 249
52df4455a035
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Sun May 02 09:55:49 2010 +0000
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Sun May 02 15:11:44 2010 +0000
@@ -81,6 +81,9 @@
 <td><a href="#Hg.hgAnnotate">hgAnnotate</a></td>
 <td>Public method to show the output of the hg annotate command.</td>
 </tr><tr>
+<td><a href="#Hg.hgBackout">hgBackout</a></td>
+<td>Public method used to backout an earlier changeset from the Mercurial repository.</td>
+</tr><tr>
 <td><a href="#Hg.hgBisect">hgBisect</a></td>
 <td>Public method to perform bisect commands.</td>
 </tr><tr>
@@ -335,6 +338,16 @@
 <dd>
 file name to show the annotations for (string)
 </dd>
+</dl><a NAME="Hg.hgBackout" ID="Hg.hgBackout"></a>
+<h4>Hg.hgBackout</h4>
+<b>hgBackout</b>(<i>name</i>)
+<p>
+        Public method used to backout an earlier changeset from the Mercurial repository.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+directory name (string or list of strings))
+</dd>
 </dl><a NAME="Hg.hgBisect" ID="Hg.hgBisect"></a>
 <h4>Hg.hgBisect</h4>
 <b>hgBisect</b>(<i>name, subcommand</i>)
@@ -639,7 +652,7 @@
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
-file/directory name (string)
+directory name (string)
 </dd>
 </dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a>
 <h4>Hg.hgVerify</h4>

eric ide

mercurial