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

changeset 219
0553aa793753
parent 218
633aa53976ae
child 249
52df4455a035
equal deleted inserted replaced
218:633aa53976ae 219:0553aa793753
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>
637 <p> 650 <p>
638 Public method to apply changegroup files. 651 Public method to apply changegroup files.
639 </p><dl> 652 </p><dl>
640 <dt><i>name</i></dt> 653 <dt><i>name</i></dt>
641 <dd> 654 <dd>
642 file/directory name (string) 655 directory name (string)
643 </dd> 656 </dd>
644 </dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a> 657 </dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a>
645 <h4>Hg.hgVerify</h4> 658 <h4>Hg.hgVerify</h4>
646 <b>hgVerify</b>(<i>name</i>) 659 <b>hgVerify</b>(<i>name</i>)
647 <p> 660 <p>

eric ide

mercurial