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

changeset 3489
9c5af34205c9
parent 3435
e4db9c0c7e94
child 3562
ef3f13a2c599
equal deleted inserted replaced
3488:6d977dc657d3 3489:9c5af34205c9
144 <td>Public method used to create a branch in the Mercurial repository.</td> 144 <td>Public method used to create a branch in the Mercurial repository.</td>
145 </tr><tr> 145 </tr><tr>
146 <td><a href="#Hg.hgBundle">hgBundle</a></td> 146 <td><a href="#Hg.hgBundle">hgBundle</a></td>
147 <td>Public method to create a changegroup file.</td> 147 <td>Public method to create a changegroup file.</td>
148 </tr><tr> 148 </tr><tr>
149 <td><a href="#Hg.hgCancelMerge">hgCancelMerge</a></td>
150 <td>Public method to cancel an uncommitted merge.</td>
151 </tr><tr>
149 <td><a href="#Hg.hgCopy">hgCopy</a></td> 152 <td><a href="#Hg.hgCopy">hgCopy</a></td>
150 <td>Public method used to copy a file/directory.</td> 153 <td>Public method used to copy a file/directory.</td>
151 </tr><tr> 154 </tr><tr>
152 <td><a href="#Hg.hgCreateIgnoreFile">hgCreateIgnoreFile</a></td> 155 <td><a href="#Hg.hgCreateIgnoreFile">hgCreateIgnoreFile</a></td>
153 <td>Public method to create the ignore file.</td> 156 <td>Public method to create the ignore file.</td>
627 </p><dl> 630 </p><dl>
628 <dt><i>name</i></dt> 631 <dt><i>name</i></dt>
629 <dd> 632 <dd>
630 file/directory name (string) 633 file/directory name (string)
631 </dd> 634 </dd>
635 </dl><a NAME="Hg.hgCancelMerge" ID="Hg.hgCancelMerge"></a>
636 <h4>Hg.hgCancelMerge</h4>
637 <b>hgCancelMerge</b>(<i>name</i>)
638 <p>
639 Public method to cancel an uncommitted merge.
640 </p><dl>
641 <dt><i>name</i></dt>
642 <dd>
643 file/directory name (string)
644 </dd>
645 </dl><dl>
646 <dt>Returns:</dt>
647 <dd>
648 flag indicating, that the cancellation contained an add
649 or delete (boolean)
650 </dd>
632 </dl><a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a> 651 </dl><a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a>
633 <h4>Hg.hgCopy</h4> 652 <h4>Hg.hgCopy</h4>
634 <b>hgCopy</b>(<i>name, project</i>) 653 <b>hgCopy</b>(<i>name, project</i>)
635 <p> 654 <p>
636 Public method used to copy a file/directory. 655 Public method used to copy a file/directory.

eric ide

mercurial