87 <td>Private method to get the most recent commit message.</td> |
87 <td>Private method to get the most recent commit message.</td> |
88 </tr><tr> |
88 </tr><tr> |
89 <td><a href="#Hg.__hgGetFileForRevision">__hgGetFileForRevision</a></td> |
89 <td><a href="#Hg.__hgGetFileForRevision">__hgGetFileForRevision</a></td> |
90 <td>Private method to get a file for a specific revision from the repository.</td> |
90 <td>Private method to get a file for a specific revision from the repository.</td> |
91 </tr><tr> |
91 </tr><tr> |
92 <td><a href="#Hg.__hgURL">__hgURL</a></td> |
|
93 <td>Private method to format a url for Mercurial.</td> |
|
94 </tr><tr> |
|
95 <td><a href="#Hg.__iniFileChanged">__iniFileChanged</a></td> |
92 <td><a href="#Hg.__iniFileChanged">__iniFileChanged</a></td> |
96 <td>Private slot to handle a change of the Mercurial configuration file.</td> |
93 <td>Private slot to handle a change of the Mercurial configuration file.</td> |
97 </tr><tr> |
94 </tr><tr> |
98 <td><a href="#Hg.__monitorRepoIniFile">__monitorRepoIniFile</a></td> |
95 <td><a href="#Hg.__monitorRepoIniFile">__monitorRepoIniFile</a></td> |
99 <td>Private slot to add a repository configuration file to the list of monitored files.</td> |
96 <td>Private slot to add a repository configuration file to the list of monitored files.</td> |
494 </dl><dl> |
491 </dl><dl> |
495 <dt>Returns:</dt> |
492 <dt>Returns:</dt> |
496 <dd> |
493 <dd> |
497 contents of the file (string) and an error message (string) |
494 contents of the file (string) and an error message (string) |
498 </dd> |
495 </dd> |
499 </dl><a NAME="Hg.__hgURL" ID="Hg.__hgURL"></a> |
|
500 <h4>Hg.__hgURL</h4> |
|
501 <b>__hgURL</b>(<i>url</i>) |
|
502 <p> |
|
503 Private method to format a url for Mercurial. |
|
504 </p><dl> |
|
505 <dt><i>url</i></dt> |
|
506 <dd> |
|
507 unformatted url string (string) |
|
508 </dd> |
|
509 </dl><dl> |
|
510 <dt>Returns:</dt> |
|
511 <dd> |
|
512 properly formated url for mercurial (string) |
|
513 </dd> |
|
514 </dl><a NAME="Hg.__iniFileChanged" ID="Hg.__iniFileChanged"></a> |
496 </dl><a NAME="Hg.__iniFileChanged" ID="Hg.__iniFileChanged"></a> |
515 <h4>Hg.__iniFileChanged</h4> |
497 <h4>Hg.__iniFileChanged</h4> |
516 <b>__iniFileChanged</b>(<i>path</i>) |
498 <b>__iniFileChanged</b>(<i>path</i>) |
517 <p> |
499 <p> |
518 Private slot to handle a change of the Mercurial configuration file. |
500 Private slot to handle a change of the Mercurial configuration file. |