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.hgCopy">hgCopy</a></td> |
87 <td><a href="#Hg.hgCopy">hgCopy</a></td> |
88 <td>Public method used to copy a file/directory.</td> |
88 <td>Public method used to copy a file/directory.</td> |
89 </tr><tr> |
89 </tr><tr> |
|
90 <td><a href="#Hg.hgCreateIgnoreFile">hgCreateIgnoreFile</a></td> |
|
91 <td>Public method to create the ignore file.</td> |
|
92 </tr><tr> |
90 <td><a href="#Hg.hgEditConfig">hgEditConfig</a></td> |
93 <td><a href="#Hg.hgEditConfig">hgEditConfig</a></td> |
91 <td>Public method used to edit the repository config file.</td> |
94 <td>Public method used to edit the repository config file.</td> |
92 </tr><tr> |
95 </tr><tr> |
93 <td><a href="#Hg.hgExtendedDiff">hgExtendedDiff</a></td> |
96 <td><a href="#Hg.hgExtendedDiff">hgExtendedDiff</a></td> |
94 <td>Public method used to view the difference of a file/directory to the Mercurial repository.</td> |
97 <td>Public method used to view the difference of a file/directory to the Mercurial repository.</td> |
333 </dd> |
336 </dd> |
334 </dl><dl> |
337 </dl><dl> |
335 <dt>Returns:</dt> |
338 <dt>Returns:</dt> |
336 <dd> |
339 <dd> |
337 flag indicating successfull operation (boolean) |
340 flag indicating successfull operation (boolean) |
|
341 </dd> |
|
342 </dl><a NAME="Hg.hgCreateIgnoreFile" ID="Hg.hgCreateIgnoreFile"></a> |
|
343 <h4>Hg.hgCreateIgnoreFile</h4> |
|
344 <b>hgCreateIgnoreFile</b>(<i>name, autoAdd = False</i>) |
|
345 <p> |
|
346 Public method to create the ignore file. |
|
347 </p><dl> |
|
348 <dt><i>name</i></dt> |
|
349 <dd> |
|
350 directory name to create the ignore file in (string) |
|
351 </dd><dt><i>autoAdd</i></dt> |
|
352 <dd> |
|
353 flag indicating to add it automatically (boolean) |
|
354 </dd> |
|
355 </dl><dl> |
|
356 <dt>Returns:</dt> |
|
357 <dd> |
|
358 flag indicating success |
338 </dd> |
359 </dd> |
339 </dl><a NAME="Hg.hgEditConfig" ID="Hg.hgEditConfig"></a> |
360 </dl><a NAME="Hg.hgEditConfig" ID="Hg.hgEditConfig"></a> |
340 <h4>Hg.hgEditConfig</h4> |
361 <h4>Hg.hgEditConfig</h4> |
341 <b>hgEditConfig</b>(<i>name</i>) |
362 <b>hgEditConfig</b>(<i>name</i>) |
342 <p> |
363 <p> |