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

changeset 202
6854bb0beda5
parent 200
6c3f5faf7775
child 217
8ce554fb0bee
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Sat Apr 24 18:05:15 2010 +0000
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.hg.html	Sun Apr 25 12:38:46 2010 +0000
@@ -81,8 +81,11 @@
 <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.hgBisect">hgBisect</a></td>
+<td>Public method to perform bisect commands.</td>
+</tr><tr>
 <td><a href="#Hg.hgBranch">hgBranch</a></td>
-<td>Public method used to set the tag in the Mercurial repository.</td>
+<td>Public method used to create a branch in the Mercurial repository.</td>
 </tr><tr>
 <td><a href="#Hg.hgBundle">hgBundle</a></td>
 <td>Public method to create a changegroup file.</td>
@@ -132,6 +135,9 @@
 <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.hgShowBranch">hgShowBranch</a></td>
+<td>Public method used to show the current branch the working directory.</td>
+</tr><tr>
 <td><a href="#Hg.hgShowConfig">hgShowConfig</a></td>
 <td>Public method to show the combined config.</td>
 </tr><tr>
@@ -317,11 +323,25 @@
 <dd>
 file name to show the annotations for (string)
 </dd>
+</dl><a NAME="Hg.hgBisect" ID="Hg.hgBisect"></a>
+<h4>Hg.hgBisect</h4>
+<b>hgBisect</b>(<i>name, subcommand</i>)
+<p>
+        Public method to perform bisect commands.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+file/directory name (string)
+</dd><dt><i>subcommand</i></dt>
+<dd>
+name of the subcommand (string, one of 'good', 'bad',
+            'skip' or 'reset')
+</dd>
 </dl><a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a>
 <h4>Hg.hgBranch</h4>
 <b>hgBranch</b>(<i>name</i>)
 <p>
-        Public method used to set the tag in the Mercurial repository.
+        Public method used to create a branch in the Mercurial repository.
 </p><dl>
 <dt><i>name</i></dt>
 <dd>
@@ -526,6 +546,16 @@
 <dd>
 file/directory name to be resolved (string)
 </dd>
+</dl><a NAME="Hg.hgShowBranch" ID="Hg.hgShowBranch"></a>
+<h4>Hg.hgShowBranch</h4>
+<b>hgShowBranch</b>(<i>name</i>)
+<p>
+        Public method used to show the current branch the working directory.
+</p><dl>
+<dt><i>name</i></dt>
+<dd>
+file/directory name (string)
+</dd>
 </dl><a NAME="Hg.hgShowConfig" ID="Hg.hgShowConfig"></a>
 <h4>Hg.hgShowConfig</h4>
 <b>hgShowConfig</b>(<i>name</i>)

eric ide

mercurial