diff -r dbeeed55df08 -r 5fb53279f2df eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Wed Jan 08 19:13:57 2020 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Mon Jan 13 19:23:08 2020 +0100 @@ -95,6 +95,10 @@ <td>Private method to check, if the default and default-push URLs have been configured.</td> </tr> <tr> +<td><a href="#Hg.__createClient">__createClient</a></td> +<td>Private method to create a Mercurial command server client.</td> +</tr> +<tr> <td><a href="#Hg.__getExtensionsInfo">__getExtensionsInfo</a></td> <td>Private method to get the active extensions from Mercurial.</td> </tr> @@ -579,6 +583,20 @@ Private method to check, if the default and default-push URLs have been configured. </p> +<a NAME="Hg.__createClient" ID="Hg.__createClient"></a> +<h4>Hg.__createClient</h4> +<b>__createClient</b>(<i>repodir=""</i>) + +<p> + Private method to create a Mercurial command server client. +</p> +<dl> + +<dt><i>repodir</i> (str)</dt> +<dd> +path of the local repository +</dd> +</dl> <a NAME="Hg.__getExtensionsInfo" ID="Hg.__getExtensionsInfo"></a> <h4>Hg.__getExtensionsInfo</h4> <b>__getExtensionsInfo</b>(<i></i>)