81 <td>Private method to get the active extensions from Mercurial.</td> |
81 <td>Private method to get the active extensions from Mercurial.</td> |
82 </tr><tr> |
82 </tr><tr> |
83 <td><a href="#Hg.__getInOutBookmarks">__getInOutBookmarks</a></td> |
83 <td><a href="#Hg.__getInOutBookmarks">__getInOutBookmarks</a></td> |
84 <td>Private method to get the list of incoming or outgoing bookmarks.</td> |
84 <td>Private method to get the list of incoming or outgoing bookmarks.</td> |
85 </tr><tr> |
85 </tr><tr> |
|
86 <td><a href="#Hg.__getMostRecentCommitMessage">__getMostRecentCommitMessage</a></td> |
|
87 <td>Private method to get the most recent commit message.</td> |
|
88 </tr><tr> |
86 <td><a href="#Hg.__hgGetFileForRevision">__hgGetFileForRevision</a></td> |
89 <td><a href="#Hg.__hgGetFileForRevision">__hgGetFileForRevision</a></td> |
87 <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> |
88 </tr><tr> |
91 </tr><tr> |
89 <td><a href="#Hg.__hgURL">__hgURL</a></td> |
92 <td><a href="#Hg.__hgURL">__hgURL</a></td> |
90 <td>Private method to format a url for Mercurial.</td> |
93 <td>Private method to format a url for Mercurial.</td> |
446 </dl><dl> |
449 </dl><dl> |
447 <dt>Returns:</dt> |
450 <dt>Returns:</dt> |
448 <dd> |
451 <dd> |
449 list of bookmarks (list of string) |
452 list of bookmarks (list of string) |
450 </dd> |
453 </dd> |
|
454 </dl><a NAME="Hg.__getMostRecentCommitMessage" ID="Hg.__getMostRecentCommitMessage"></a> |
|
455 <h4>Hg.__getMostRecentCommitMessage</h4> |
|
456 <b>__getMostRecentCommitMessage</b>(<i>repodir</i>) |
|
457 <p> |
|
458 Private method to get the most recent commit message. |
|
459 </p><p> |
|
460 Note: This message is extracted from the parent commit of the |
|
461 working directory. |
|
462 </p><dl> |
|
463 <dt><i>repodir</i> (str)</dt> |
|
464 <dd> |
|
465 path containing the repository |
|
466 </dd> |
|
467 </dl><dl> |
|
468 <dt>Returns:</dt> |
|
469 <dd> |
|
470 most recent commit message |
|
471 </dd> |
|
472 </dl><dl> |
|
473 <dt>Return Type:</dt> |
|
474 <dd> |
|
475 str |
|
476 </dd> |
451 </dl><a NAME="Hg.__hgGetFileForRevision" ID="Hg.__hgGetFileForRevision"></a> |
477 </dl><a NAME="Hg.__hgGetFileForRevision" ID="Hg.__hgGetFileForRevision"></a> |
452 <h4>Hg.__hgGetFileForRevision</h4> |
478 <h4>Hg.__hgGetFileForRevision</h4> |
453 <b>__hgGetFileForRevision</b>(<i>name, rev=""</i>) |
479 <b>__hgGetFileForRevision</b>(<i>name, rev=""</i>) |
454 <p> |
480 <p> |
455 Private method to get a file for a specific revision from the |
481 Private method to get a file for a specific revision from the |