--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Sun Dec 01 14:55:31 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Sun Dec 01 18:17:51 2024 +0100 @@ -134,6 +134,10 @@ <td>Public method to clear the status cache.</td> </tr> <tr> +<td><a href="#Hg.getBuiltinObject">getBuiltinObject</a></td> +<td>Public method to get a reference to a builtins object.</td> +</tr> +<tr> <td><a href="#Hg.getClient">getClient</a></td> <td>Public method to get a reference to the command server interface.</td> </tr> @@ -846,6 +850,32 @@ Public method to clear the status cache. </p> +<a NAME="Hg.getBuiltinObject" ID="Hg.getBuiltinObject"></a> +<h4>Hg.getBuiltinObject</h4> +<b>getBuiltinObject</b>(<i>builtinName</i>) +<p> + Public method to get a reference to a builtins object. +</p> + +<dl> + +<dt><i>builtinName</i> (str)</dt> +<dd> +name of the builtin +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +reference to the builtin object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="Hg.getClient" ID="Hg.getClient"></a> <h4>Hg.getClient</h4> <b>getClient</b>(<i></i>)