--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Wed Jan 25 19:39:09 2017 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Thu Jan 26 20:17:07 2017 +0100 @@ -168,6 +168,9 @@ <td><a href="#HgLogBrowserDialog.__resortFiles">__resortFiles</a></td> <td>Private method to resort the changed files tree.</td> </tr><tr> +<td><a href="#HgLogBrowserDialog.__revisionClicked">__revisionClicked</a></td> +<td>Private slot to handle the anchorClicked signal of the changeset details pane.</td> +</tr><tr> <td><a href="#HgLogBrowserDialog.__showError">__showError</a></td> <td>Private slot to show some error.</td> </tr><tr> @@ -510,13 +513,16 @@ </dd> </dl><a NAME="HgLogBrowserDialog.__getLogEntries" ID="HgLogBrowserDialog.__getLogEntries"></a> <h4>HgLogBrowserDialog.__getLogEntries</h4> -<b>__getLogEntries</b>(<i>startRev=None</i>) +<b>__getLogEntries</b>(<i>startRev=None, noEntries=0</i>) <p> Private method to retrieve log entries from the repository. </p><dl> <dt><i>startRev</i></dt> <dd> revision number to start from (integer, string) +</dd><dt><i>noEntries=</i></dt> +<dd> +number of entries to get (0 = default) (int) </dd> </dl><a NAME="HgLogBrowserDialog.__getParents" ID="HgLogBrowserDialog.__getParents"></a> <h4>HgLogBrowserDialog.__getParents</h4> @@ -659,7 +665,18 @@ <b>__resortFiles</b>(<i></i>) <p> Private method to resort the changed files tree. -</p><a NAME="HgLogBrowserDialog.__showError" ID="HgLogBrowserDialog.__showError"></a> +</p><a NAME="HgLogBrowserDialog.__revisionClicked" ID="HgLogBrowserDialog.__revisionClicked"></a> +<h4>HgLogBrowserDialog.__revisionClicked</h4> +<b>__revisionClicked</b>(<i>url</i>) +<p> + Private slot to handle the anchorClicked signal of the changeset + details pane. +</p><dl> +<dt><i>url</i> (QUrl)</dt> +<dd> +URL that was clicked +</dd> +</dl><a NAME="HgLogBrowserDialog.__showError" ID="HgLogBrowserDialog.__showError"></a> <h4>HgLogBrowserDialog.__showError</h4> <b>__showError</b>(<i>out</i>) <p> @@ -905,7 +922,7 @@ Public slot to show the dialog. </p><a NAME="HgLogBrowserDialog.start" ID="HgLogBrowserDialog.start"></a> <h4>HgLogBrowserDialog.start</h4> -<b>start</b>(<i>fn, bundle=None, isFile=False</i>) +<b>start</b>(<i>fn, bundle=None, isFile=False, noEntries=0</i>) <p> Public slot to start the hg log command. </p><dl> @@ -919,6 +936,9 @@ <dd> flag indicating log for a file is to be shown (boolean) +</dd><dt><i>noEntries=</i></dt> +<dd> +number of entries to get (0 = default) (int) </dd> </dl> <div align="right"><a href="#top">Up</a></div>