792 flag indicating listing of branches or tags |
792 flag indicating listing of branches or tags |
793 (False = branches, True = tags) |
793 (False = branches, True = tags) |
794 </dd> |
794 </dd> |
795 </dl><a NAME="Hg.hgLogBrowser" ID="Hg.hgLogBrowser"></a> |
795 </dl><a NAME="Hg.hgLogBrowser" ID="Hg.hgLogBrowser"></a> |
796 <h4>Hg.hgLogBrowser</h4> |
796 <h4>Hg.hgLogBrowser</h4> |
797 <b>hgLogBrowser</b>(<i>path</i>) |
797 <b>hgLogBrowser</b>(<i>path, isFile=False</i>) |
798 <p> |
798 <p> |
799 Public method used to browse the log of a file/directory from the |
799 Public method used to browse the log of a file/directory from the |
800 Mercurial repository. |
800 Mercurial repository. |
801 </p><dl> |
801 </p><dl> |
802 <dt><i>path</i></dt> |
802 <dt><i>path</i></dt> |
803 <dd> |
803 <dd> |
804 file/directory name to show the log of (string) |
804 file/directory name to show the log of (string) |
|
805 </dd><dt><i>isFile=</i></dt> |
|
806 <dd> |
|
807 flag indicating log for a file is to be shown (boolean) |
805 </dd> |
808 </dd> |
806 </dl><a NAME="Hg.hgNormalizeURL" ID="Hg.hgNormalizeURL"></a> |
809 </dl><a NAME="Hg.hgNormalizeURL" ID="Hg.hgNormalizeURL"></a> |
807 <h4>Hg.hgNormalizeURL</h4> |
810 <h4>Hg.hgNormalizeURL</h4> |
808 <b>hgNormalizeURL</b>(<i>url</i>) |
811 <b>hgNormalizeURL</b>(<i>url</i>) |
809 <p> |
812 <p> |