1175
1175
def verify_revision_signature(self, revision_id, gpg_strategy):
1176
1176
"""Verify the signature on a revision.
1178
1178
:param revision_id: the revision to verify
1179
1179
:gpg_strategy: the GPGStrategy object to used
1181
1181
:return: gpg.SIGNATURE_VALID or a failed SIGNATURE_ value
1183
1183
if not self.has_signature_for_revision_id(revision_id):