diff -r e93d14b48c34 -r ac8b476ba122 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html --- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html Sun Nov 06 13:39:36 2016 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html Sun Nov 06 17:02:45 2016 +0100 @@ -37,6 +37,9 @@ <td><a href="#getConfigPath">getConfigPath</a></td> <td>Public function to get the filename of the config file.</td> </tr><tr> +<td><a href="#hgVersion">hgVersion</a></td> +<td>Public method to determine the Mercurial version.</td> +</tr><tr> <td><a href="#prepareProcess">prepareProcess</a></td> <td>Public function to prepare the given process.</td> </tr> @@ -55,6 +58,30 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="hgVersion" ID="hgVersion"></a> +<h2>hgVersion</h2> +<b>hgVersion</b>(<i>plugin</i>) +<p> + Public method to determine the Mercurial version. +</p><dl> +<dt><i>plugin</i> (VcsMercurialPlugin)</dt> +<dd> +reference to the plugin object +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +tuple containing the Mercurial version as a string and as a tuple + and an error message. +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of str, tuple of int and str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="prepareProcess" ID="prepareProcess"></a> <h2>prepareProcess</h2> <b>prepareProcess</b>(<i>proc, encoding="", language=""</i>)