eric6/Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py

changeset 7970
c4ee8a81584c
parent 7923
91e843545d9a
child 8218
7c09585bd960
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py	Tue Jan 12 17:19:02 2021 +0100
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/GpgExtension/ProjectHelper.py	Tue Jan 12 20:03:30 2021 +0100
@@ -105,19 +105,16 @@
         """
         Private slot used to list all signed changesets.
         """
-        self.vcs.getExtensionObject("gpg").hgGpgSignatures(
-            self.project.getProjectPath())
+        self.vcs.getExtensionObject("gpg").hgGpgSignatures()
     
     def __hgGpgVerifySignatures(self):
         """
         Private slot used to verify the signatures of a revision.
         """
-        self.vcs.getExtensionObject("gpg").hgGpgVerifySignatures(
-            self.project.getProjectPath())
+        self.vcs.getExtensionObject("gpg").hgGpgVerifySignatures()
     
     def __hgGpgSign(self):
         """
         Private slot used to sign a revision.
         """
-        self.vcs.getExtensionObject("gpg").hgGpgSign(
-            self.project.getProjectPath())
+        self.vcs.getExtensionObject("gpg").hgGpgSign()

eric ide

mercurial