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

changeset 200
6c3f5faf7775
parent 191
dccb19a7c52e
child 202
6854bb0beda5
equal deleted inserted replaced
199:675623ee5d7d 200:6c3f5faf7775
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.hgBranch">hgBranch</a></td> 84 <td><a href="#Hg.hgBranch">hgBranch</a></td>
85 <td>Public method used to set the tag in the Mercurial repository.</td> 85 <td>Public method used to set the tag in the Mercurial repository.</td>
86 </tr><tr> 86 </tr><tr>
87 <td><a href="#Hg.hgBundle">hgBundle</a></td>
88 <td>Public method to create a changegroup file.</td>
89 </tr><tr>
87 <td><a href="#Hg.hgCopy">hgCopy</a></td> 90 <td><a href="#Hg.hgCopy">hgCopy</a></td>
88 <td>Public method used to copy a file/directory.</td> 91 <td>Public method used to copy a file/directory.</td>
89 </tr><tr> 92 </tr><tr>
90 <td><a href="#Hg.hgCreateIgnoreFile">hgCreateIgnoreFile</a></td> 93 <td><a href="#Hg.hgCreateIgnoreFile">hgCreateIgnoreFile</a></td>
91 <td>Public method to create the ignore file.</td> 94 <td>Public method to create the ignore file.</td>
132 <td><a href="#Hg.hgShowConfig">hgShowConfig</a></td> 135 <td><a href="#Hg.hgShowConfig">hgShowConfig</a></td>
133 <td>Public method to show the combined config.</td> 136 <td>Public method to show the combined config.</td>
134 </tr><tr> 137 </tr><tr>
135 <td><a href="#Hg.hgShowPaths">hgShowPaths</a></td> 138 <td><a href="#Hg.hgShowPaths">hgShowPaths</a></td>
136 <td>Public method to show the path aliases for remote repositories.</td> 139 <td>Public method to show the path aliases for remote repositories.</td>
140 </tr><tr>
141 <td><a href="#Hg.hgUnbundle">hgUnbundle</a></td>
142 <td>Public method to apply changegroup files.</td>
137 </tr><tr> 143 </tr><tr>
138 <td><a href="#Hg.hgVerify">hgVerify</a></td> 144 <td><a href="#Hg.hgVerify">hgVerify</a></td>
139 <td>Public method to verify the integrity of the repository.</td> 145 <td>Public method to verify the integrity of the repository.</td>
140 </tr><tr> 146 </tr><tr>
141 <td><a href="#Hg.vcsAdd">vcsAdd</a></td> 147 <td><a href="#Hg.vcsAdd">vcsAdd</a></td>
318 Public method used to set the tag in the Mercurial repository. 324 Public method used to set the tag in the Mercurial repository.
319 </p><dl> 325 </p><dl>
320 <dt><i>name</i></dt> 326 <dt><i>name</i></dt>
321 <dd> 327 <dd>
322 file/directory name to be branched (string) 328 file/directory name to be branched (string)
329 </dd>
330 </dl><a NAME="Hg.hgBundle" ID="Hg.hgBundle"></a>
331 <h4>Hg.hgBundle</h4>
332 <b>hgBundle</b>(<i>name</i>)
333 <p>
334 Public method to create a changegroup file.
335 </p><dl>
336 <dt><i>name</i></dt>
337 <dd>
338 file/directory name (string)
323 </dd> 339 </dd>
324 </dl><a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a> 340 </dl><a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a>
325 <h4>Hg.hgCopy</h4> 341 <h4>Hg.hgCopy</h4>
326 <b>hgCopy</b>(<i>name, project</i>) 342 <b>hgCopy</b>(<i>name, project</i>)
327 <p> 343 <p>
528 </p><dl> 544 </p><dl>
529 <dt><i>name</i></dt> 545 <dt><i>name</i></dt>
530 <dd> 546 <dd>
531 file/directory name (string) 547 file/directory name (string)
532 </dd> 548 </dd>
549 </dl><a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a>
550 <h4>Hg.hgUnbundle</h4>
551 <b>hgUnbundle</b>(<i>name</i>)
552 <p>
553 Public method to apply changegroup files.
554 </p><dl>
555 <dt><i>name</i></dt>
556 <dd>
557 file/directory name (string)
558 </dd>
533 </dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a> 559 </dl><a NAME="Hg.hgVerify" ID="Hg.hgVerify"></a>
534 <h4>Hg.hgVerify</h4> 560 <h4>Hg.hgVerify</h4>
535 <b>hgVerify</b>(<i>name</i>) 561 <b>hgVerify</b>(<i>name</i>)
536 <p> 562 <p>
537 Public method to verify the integrity of the repository. 563 Public method to verify the integrity of the repository.

eric ide

mercurial