diff -r 3a1ca2452c30 -r 2971d5d19951 eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html --- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Fri Jan 15 19:46:04 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Fri Jan 15 19:49:36 2021 +0100 @@ -722,7 +722,7 @@ </dl> <a NAME="Hg.__monitorRepoIniFile" ID="Hg.__monitorRepoIniFile"></a> <h4>Hg.__monitorRepoIniFile</h4> -<b>__monitorRepoIniFile</b>(<i>name</i>) +<b>__monitorRepoIniFile</b>(<i>repodir</i>) <p> Private slot to add a repository configuration file to the list of @@ -730,9 +730,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>repodir</i> (str)</dt> <dd> -directory name pointing into the repository (string) +directory name of the repository </dd> </dl> <a NAME="Hg.__vcsCommit_Step2" ID="Hg.__vcsCommit_Step2"></a> @@ -1709,16 +1709,16 @@ </dl> <a NAME="Hg.hgServe" ID="Hg.hgServe"></a> <h4>Hg.hgServe</h4> -<b>hgServe</b>(<i>name</i>) +<b>hgServe</b>(<i>repoPath</i>) <p> Public method used to serve the project. </p> <dl> -<dt><i>name</i></dt> +<dt><i>repoPath</i> (str)</dt> <dd> -directory name (string) +directory containing the repository </dd> </dl> <a NAME="Hg.hgShowBranch" ID="Hg.hgShowBranch"></a> @@ -2392,9 +2392,9 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -filename to check (string) +file or directory name to check </dd> </dl> <dl> @@ -2403,6 +2403,12 @@ a combination of canBeCommited and canBeAdded </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +int +</dd> +</dl> <a NAME="Hg.vcsRemove" ID="Hg.vcsRemove"></a> <h4>Hg.vcsRemove</h4> <b>vcsRemove</b>(<i>name, project=False, noDialog=False</i>)