--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html Wed Jan 13 19:07:20 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.gpg.html Wed Jan 13 19:08:16 2021 +0100 @@ -111,17 +111,13 @@ </dl> <a NAME="Gpg.hgGpgSign" ID="Gpg.hgGpgSign"></a> <h4>Gpg.hgGpgSign</h4> -<b>hgGpgSign</b>(<i>path, revisions=None</i>) +<b>hgGpgSign</b>(<i>revisions=None</i>) <p> Public method used to list the available bookmarks. </p> <dl> -<dt><i>path</i> (str)</dt> -<dd> -directory name of the project -</dd> <dt><i>revisions</i> (list of str)</dt> <dd> list containing the revisions to be signed @@ -129,31 +125,20 @@ </dl> <a NAME="Gpg.hgGpgSignatures" ID="Gpg.hgGpgSignatures"></a> <h4>Gpg.hgGpgSignatures</h4> -<b>hgGpgSignatures</b>(<i>path</i>) +<b>hgGpgSignatures</b>(<i></i>) <p> Public method used to list all signed changesets. </p> -<dl> - -<dt><i>path</i></dt> -<dd> -directory name of the project (string) -</dd> -</dl> <a NAME="Gpg.hgGpgVerifySignatures" ID="Gpg.hgGpgVerifySignatures"></a> <h4>Gpg.hgGpgVerifySignatures</h4> -<b>hgGpgVerifySignatures</b>(<i>path, rev=None</i>) +<b>hgGpgVerifySignatures</b>(<i>rev=None</i>) <p> Public method used to verify the signatures of a revision. </p> <dl> -<dt><i>path</i></dt> -<dd> -directory name of the project (string) -</dd> <dt><i>rev</i></dt> <dd> revision to check (string)