79 <td>Public method to get a reference to the plugin object.</td> |
79 <td>Public method to get a reference to the plugin object.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#Hg.hgAnnotate">hgAnnotate</a></td> |
81 <td><a href="#Hg.hgAnnotate">hgAnnotate</a></td> |
82 <td>Public method to show the output of the hg annotate command.</td> |
82 <td>Public method to show the output of the hg annotate command.</td> |
83 </tr><tr> |
83 </tr><tr> |
|
84 <td><a href="#Hg.hgBackout">hgBackout</a></td> |
|
85 <td>Public method used to backout an earlier changeset from the Mercurial repository.</td> |
|
86 </tr><tr> |
84 <td><a href="#Hg.hgBisect">hgBisect</a></td> |
87 <td><a href="#Hg.hgBisect">hgBisect</a></td> |
85 <td>Public method to perform bisect commands.</td> |
88 <td>Public method to perform bisect commands.</td> |
86 </tr><tr> |
89 </tr><tr> |
87 <td><a href="#Hg.hgBranch">hgBranch</a></td> |
90 <td><a href="#Hg.hgBranch">hgBranch</a></td> |
88 <td>Public method used to create a branch in the Mercurial repository.</td> |
91 <td>Public method used to create a branch in the Mercurial repository.</td> |
332 Public method to show the output of the hg annotate command. |
335 Public method to show the output of the hg annotate command. |
333 </p><dl> |
336 </p><dl> |
334 <dt><i>name</i></dt> |
337 <dt><i>name</i></dt> |
335 <dd> |
338 <dd> |
336 file name to show the annotations for (string) |
339 file name to show the annotations for (string) |
|
340 </dd> |
|
341 </dl><a NAME="Hg.hgBackout" ID="Hg.hgBackout"></a> |
|
342 <h4>Hg.hgBackout</h4> |
|
343 <b>hgBackout</b>(<i>name</i>) |
|
344 <p> |
|
345 Public method used to backout an earlier changeset from the Mercurial repository. |
|
346 </p><dl> |
|
347 <dt><i>name</i></dt> |
|
348 <dd> |
|
349 directory name (string or list of strings)) |
337 </dd> |
350 </dd> |
338 </dl><a NAME="Hg.hgBisect" ID="Hg.hgBisect"></a> |
351 </dl><a NAME="Hg.hgBisect" ID="Hg.hgBisect"></a> |
339 <h4>Hg.hgBisect</h4> |
352 <h4>Hg.hgBisect</h4> |
340 <b>hgBisect</b>(<i>name, subcommand</i>) |
353 <b>hgBisect</b>(<i>name, subcommand</i>) |
341 <p> |
354 <p> |