48 |
49 |
49 def hgGpgVerifySignatures(self, rev=None): |
50 def hgGpgVerifySignatures(self, rev=None): |
50 """ |
51 """ |
51 Public method used to verify the signatures of a revision. |
52 Public method used to verify the signatures of a revision. |
52 |
53 |
53 @param rev revision to check (string) |
54 @param rev revision to check |
|
55 @type str |
54 """ |
56 """ |
55 if rev is None: |
57 if rev is None: |
56 dlg = HgRevisionSelectionDialog( |
58 dlg = HgRevisionSelectionDialog( |
57 self.vcs.hgGetTagsList(), |
59 self.vcs.hgGetTagsList(), |
58 self.vcs.hgGetBranchesList(), |
60 self.vcs.hgGetBranchesList(), |