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.hgBisect">hgBisect</a></td> |
|
85 <td>Public method to perform bisect commands.</td> |
|
86 </tr><tr> |
84 <td><a href="#Hg.hgBranch">hgBranch</a></td> |
87 <td><a href="#Hg.hgBranch">hgBranch</a></td> |
85 <td>Public method used to set the tag in the Mercurial repository.</td> |
88 <td>Public method used to create a branch in the Mercurial repository.</td> |
86 </tr><tr> |
89 </tr><tr> |
87 <td><a href="#Hg.hgBundle">hgBundle</a></td> |
90 <td><a href="#Hg.hgBundle">hgBundle</a></td> |
88 <td>Public method to create a changegroup file.</td> |
91 <td>Public method to create a changegroup file.</td> |
89 </tr><tr> |
92 </tr><tr> |
90 <td><a href="#Hg.hgCopy">hgCopy</a></td> |
93 <td><a href="#Hg.hgCopy">hgCopy</a></td> |
129 <td><a href="#Hg.hgRecover">hgRecover</a></td> |
132 <td><a href="#Hg.hgRecover">hgRecover</a></td> |
130 <td>Public method to recover an interrupted transaction.</td> |
133 <td>Public method to recover an interrupted transaction.</td> |
131 </tr><tr> |
134 </tr><tr> |
132 <td><a href="#Hg.hgResolve">hgResolve</a></td> |
135 <td><a href="#Hg.hgResolve">hgResolve</a></td> |
133 <td>Public method used to resolve conflicts of a file/directory.</td> |
136 <td>Public method used to resolve conflicts of a file/directory.</td> |
|
137 </tr><tr> |
|
138 <td><a href="#Hg.hgShowBranch">hgShowBranch</a></td> |
|
139 <td>Public method used to show the current branch the working directory.</td> |
134 </tr><tr> |
140 </tr><tr> |
135 <td><a href="#Hg.hgShowConfig">hgShowConfig</a></td> |
141 <td><a href="#Hg.hgShowConfig">hgShowConfig</a></td> |
136 <td>Public method to show the combined config.</td> |
142 <td>Public method to show the combined config.</td> |
137 </tr><tr> |
143 </tr><tr> |
138 <td><a href="#Hg.hgShowPaths">hgShowPaths</a></td> |
144 <td><a href="#Hg.hgShowPaths">hgShowPaths</a></td> |
315 </p><dl> |
321 </p><dl> |
316 <dt><i>name</i></dt> |
322 <dt><i>name</i></dt> |
317 <dd> |
323 <dd> |
318 file name to show the annotations for (string) |
324 file name to show the annotations for (string) |
319 </dd> |
325 </dd> |
|
326 </dl><a NAME="Hg.hgBisect" ID="Hg.hgBisect"></a> |
|
327 <h4>Hg.hgBisect</h4> |
|
328 <b>hgBisect</b>(<i>name, subcommand</i>) |
|
329 <p> |
|
330 Public method to perform bisect commands. |
|
331 </p><dl> |
|
332 <dt><i>name</i></dt> |
|
333 <dd> |
|
334 file/directory name (string) |
|
335 </dd><dt><i>subcommand</i></dt> |
|
336 <dd> |
|
337 name of the subcommand (string, one of 'good', 'bad', |
|
338 'skip' or 'reset') |
|
339 </dd> |
320 </dl><a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a> |
340 </dl><a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a> |
321 <h4>Hg.hgBranch</h4> |
341 <h4>Hg.hgBranch</h4> |
322 <b>hgBranch</b>(<i>name</i>) |
342 <b>hgBranch</b>(<i>name</i>) |
323 <p> |
343 <p> |
324 Public method used to set the tag in the Mercurial repository. |
344 Public method used to create a branch in the Mercurial repository. |
325 </p><dl> |
345 </p><dl> |
326 <dt><i>name</i></dt> |
346 <dt><i>name</i></dt> |
327 <dd> |
347 <dd> |
328 file/directory name to be branched (string) |
348 file/directory name to be branched (string) |
329 </dd> |
349 </dd> |
524 </p><dl> |
544 </p><dl> |
525 <dt><i>name</i></dt> |
545 <dt><i>name</i></dt> |
526 <dd> |
546 <dd> |
527 file/directory name to be resolved (string) |
547 file/directory name to be resolved (string) |
528 </dd> |
548 </dd> |
|
549 </dl><a NAME="Hg.hgShowBranch" ID="Hg.hgShowBranch"></a> |
|
550 <h4>Hg.hgShowBranch</h4> |
|
551 <b>hgShowBranch</b>(<i>name</i>) |
|
552 <p> |
|
553 Public method used to show the current branch the working directory. |
|
554 </p><dl> |
|
555 <dt><i>name</i></dt> |
|
556 <dd> |
|
557 file/directory name (string) |
|
558 </dd> |
529 </dl><a NAME="Hg.hgShowConfig" ID="Hg.hgShowConfig"></a> |
559 </dl><a NAME="Hg.hgShowConfig" ID="Hg.hgShowConfig"></a> |
530 <h4>Hg.hgShowConfig</h4> |
560 <h4>Hg.hgShowConfig</h4> |
531 <b>hgShowConfig</b>(<i>name</i>) |
561 <b>hgShowConfig</b>(<i>name</i>) |
532 <p> |
562 <p> |
533 Public method to show the combined config. |
563 Public method to show the combined config. |