156 <td>Public method used to list the available tags or branches.</td> |
156 <td>Public method used to list the available tags or branches.</td> |
157 </tr><tr> |
157 </tr><tr> |
158 <td><a href="#Hg.hgLogBrowser">hgLogBrowser</a></td> |
158 <td><a href="#Hg.hgLogBrowser">hgLogBrowser</a></td> |
159 <td>Public method used to browse the log of a file/directory from the Mercurial repository.</td> |
159 <td>Public method used to browse the log of a file/directory from the Mercurial repository.</td> |
160 </tr><tr> |
160 </tr><tr> |
161 <td><a href="#Hg.hgLogLimited">hgLogLimited</a></td> |
|
162 <td>Public method used to view the (limited) log of a file/directory from the Mercurial repository.</td> |
|
163 </tr><tr> |
|
164 <td><a href="#Hg.hgNormalizeURL">hgNormalizeURL</a></td> |
161 <td><a href="#Hg.hgNormalizeURL">hgNormalizeURL</a></td> |
165 <td>Public method to normalize a url for Mercurial.</td> |
162 <td>Public method to normalize a url for Mercurial.</td> |
166 </tr><tr> |
163 </tr><tr> |
167 <td><a href="#Hg.hgOutgoing">hgOutgoing</a></td> |
164 <td><a href="#Hg.hgOutgoing">hgOutgoing</a></td> |
168 <td>Public method used to view the log of outgoing changes from the Mercurial repository.</td> |
165 <td>Public method used to view the log of outgoing changes from the Mercurial repository.</td> |
655 </p><dl> |
652 </p><dl> |
656 <dt><i>path</i></dt> |
653 <dt><i>path</i></dt> |
657 <dd> |
654 <dd> |
658 file/directory name to show the log of (string) |
655 file/directory name to show the log of (string) |
659 </dd> |
656 </dd> |
660 </dl><a NAME="Hg.hgLogLimited" ID="Hg.hgLogLimited"></a> |
|
661 <h4>Hg.hgLogLimited</h4> |
|
662 <b>hgLogLimited</b>(<i>name</i>) |
|
663 <p> |
|
664 Public method used to view the (limited) log of a file/directory from the |
|
665 Mercurial repository. |
|
666 </p><dl> |
|
667 <dt><i>name</i></dt> |
|
668 <dd> |
|
669 file/directory name to show the log of (string) |
|
670 </dd> |
|
671 </dl><a NAME="Hg.hgNormalizeURL" ID="Hg.hgNormalizeURL"></a> |
657 </dl><a NAME="Hg.hgNormalizeURL" ID="Hg.hgNormalizeURL"></a> |
672 <h4>Hg.hgNormalizeURL</h4> |
658 <h4>Hg.hgNormalizeURL</h4> |
673 <b>hgNormalizeURL</b>(<i>url</i>) |
659 <b>hgNormalizeURL</b>(<i>url</i>) |
674 <p> |
660 <p> |
675 Public method to normalize a url for Mercurial. |
661 Public method to normalize a url for Mercurial. |