Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py

branch
6_0_x
changeset 4280
9556c261c3a2
parent 4022
f5f42921717e
child 4631
5c1a96925da4
equal deleted inserted replaced
4276:6ba4bda91560 4280:9556c261c3a2
45 45
46 @param path directory name of the project (string) 46 @param path directory name of the project (string)
47 """ 47 """
48 from .HgGpgSignaturesDialog import HgGpgSignaturesDialog 48 from .HgGpgSignaturesDialog import HgGpgSignaturesDialog
49 self.gpgSignaturesDialog = HgGpgSignaturesDialog(self.vcs) 49 self.gpgSignaturesDialog = HgGpgSignaturesDialog(self.vcs)
50 self.gpgSignaturesDialog.show()
51 self.gpgSignaturesDialog.show() 50 self.gpgSignaturesDialog.show()
52 self.gpgSignaturesDialog.start(path) 51 self.gpgSignaturesDialog.start(path)
53 52
54 def hgGpgVerifySignatures(self, path, rev=None): 53 def hgGpgVerifySignatures(self, path, rev=None):
55 """ 54 """

eric ide

mercurial