Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py

changeset 4278
ccd1e13cb9bd
parent 4021
195a471c327b
child 4631
5c1a96925da4
equal deleted inserted replaced
4275:3bed5f74d328 4278:ccd1e13cb9bd
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