diff -r 3a1ca2452c30 -r 2971d5d19951 eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html Fri Jan 15 19:46:04 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html Fri Jan 15 19:49:36 2021 +0100 @@ -105,6 +105,10 @@ <td></td> </tr> <tr> +<td><a href="#HgClient.getRepository">getRepository</a></td> +<td>Public method to get the repository path this client is serving.</td> +</tr> +<tr> <td><a href="#HgClient.isExecuting">isExecuting</a></td> <td>Public method to check, if the server is executing a command.</td> </tr> @@ -325,6 +329,25 @@ <h4>HgClient.func</h4> <b>func</b>(<i></i>) +<a NAME="HgClient.getRepository" ID="HgClient.getRepository"></a> +<h4>HgClient.getRepository</h4> +<b>getRepository</b>(<i></i>) + +<p> + Public method to get the repository path this client is serving. +</p> +<dl> +<dt>Returns:</dt> +<dd> +repository path +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="HgClient.isExecuting" ID="HgClient.isExecuting"></a> <h4>HgClient.isExecuting</h4> <b>isExecuting</b>(<i></i>)