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

changeset 1315
faafd2aa48d5
parent 1311
95685f9ad9f8
child 1608
b6390d242303
equal deleted inserted replaced
1314:7e7b88c58fda 1315:faafd2aa48d5
126 <td>Public method used to edit the repository configuration file.</td> 126 <td>Public method used to edit the repository configuration file.</td>
127 </tr><tr> 127 </tr><tr>
128 <td><a href="#Hg.hgEditUserConfig">hgEditUserConfig</a></td> 128 <td><a href="#Hg.hgEditUserConfig">hgEditUserConfig</a></td>
129 <td>Public method used to edit the user configuration file.</td> 129 <td>Public method used to edit the user configuration file.</td>
130 </tr><tr> 130 </tr><tr>
131 <td><a href="#Hg.hgExport">hgExport</a></td>
132 <td>Public method to export patches to files.</td>
133 </tr><tr>
131 <td><a href="#Hg.hgExtendedDiff">hgExtendedDiff</a></td> 134 <td><a href="#Hg.hgExtendedDiff">hgExtendedDiff</a></td>
132 <td>Public method used to view the difference of a file/directory to the Mercurial repository.</td> 135 <td>Public method used to view the difference of a file/directory to the Mercurial repository.</td>
133 </tr><tr> 136 </tr><tr>
134 <td><a href="#Hg.hgForget">hgForget</a></td> 137 <td><a href="#Hg.hgForget">hgForget</a></td>
135 <td>Public method used to remove a file from the Mercurial repository.</td> 138 <td>Public method used to remove a file from the Mercurial repository.</td>
527 </dl><a NAME="Hg.hgEditUserConfig" ID="Hg.hgEditUserConfig"></a> 530 </dl><a NAME="Hg.hgEditUserConfig" ID="Hg.hgEditUserConfig"></a>
528 <h4>Hg.hgEditUserConfig</h4> 531 <h4>Hg.hgEditUserConfig</h4>
529 <b>hgEditUserConfig</b>(<i></i>) 532 <b>hgEditUserConfig</b>(<i></i>)
530 <p> 533 <p>
531 Public method used to edit the user configuration file. 534 Public method used to edit the user configuration file.
532 </p><a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a> 535 </p><a NAME="Hg.hgExport" ID="Hg.hgExport"></a>
536 <h4>Hg.hgExport</h4>
537 <b>hgExport</b>(<i>name</i>)
538 <p>
539 Public method to export patches to files.
540 </p><dl>
541 <dt><i>name</i></dt>
542 <dd>
543 directory name of the project to export from (string)
544 </dd>
545 </dl><a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a>
533 <h4>Hg.hgExtendedDiff</h4> 546 <h4>Hg.hgExtendedDiff</h4>
534 <b>hgExtendedDiff</b>(<i>name</i>) 547 <b>hgExtendedDiff</b>(<i>name</i>)
535 <p> 548 <p>
536 Public method used to view the difference of a file/directory to the 549 Public method used to view the difference of a file/directory to the
537 Mercurial repository. 550 Mercurial repository.

eric ide

mercurial