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 """ |