--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Mon Jan 30 19:49:23 2017 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Mon Jan 30 19:53:08 2017 +0100 @@ -114,6 +114,9 @@ <td><a href="#HgLogBrowserDialog.__getParents">__getParents</a></td> <td>Private method to get the parents of the currently viewed file/directory.</td> </tr><tr> +<td><a href="#HgLogBrowserDialog.__getRevisionOfTag">__getRevisionOfTag</a></td> +<td>Private method to get the revision of a tag.</td> +</tr><tr> <td><a href="#HgLogBrowserDialog.__graftActTriggered">__graftActTriggered</a></td> <td>Private slot to handle the Copy Changesets action.</td> </tr><tr> @@ -472,7 +475,7 @@ </dd> </dl><a NAME="HgLogBrowserDialog.__generateLogItem" ID="HgLogBrowserDialog.__generateLogItem"></a> <h4>HgLogBrowserDialog.__generateLogItem</h4> -<b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths, parents, branches, tags, phase, bookmarks=None</i>) +<b>__generateLogItem</b>(<i>author, date, message, revision, changedPaths, parents, branches, tags, phase, bookmarks, latestTag</i>) <p> Private method to generate a log tree entry. </p><dl> @@ -507,6 +510,10 @@ </dd><dt><i>bookmarks</i></dt> <dd> list of bookmarks (string) +</dd><dt><i>latestTag</i></dt> +<dd> +the latest tag(s) reachable from the changeset + (list of strings) </dd> </dl><dl> <dt>Returns:</dt> @@ -562,6 +569,26 @@ <dd> list of parent revisions (list of integers) </dd> +</dl><a NAME="HgLogBrowserDialog.__getRevisionOfTag" ID="HgLogBrowserDialog.__getRevisionOfTag"></a> +<h4>HgLogBrowserDialog.__getRevisionOfTag</h4> +<b>__getRevisionOfTag</b>(<i>tag</i>) +<p> + Private method to get the revision of a tag. +</p><dl> +<dt><i>tag</i> (str)</dt> +<dd> +tag name +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple containing the revision and changeset ID +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str) +</dd> </dl><a NAME="HgLogBrowserDialog.__graftActTriggered" ID="HgLogBrowserDialog.__graftActTriggered"></a> <h4>HgLogBrowserDialog.__graftActTriggered</h4> <b>__graftActTriggered</b>(<i></i>)