454
454
commit = self._git.object_store.peel_sha(foreign_revid)
455
455
if not isinstance(commit, Commit):
456
456
raise NotCommitError(commit.id)
459
458
# FIXME: check testament before doing this?
465
461
def has_signature_for_revision_id(self, revision_id):
466
462
"""Check whether a GPG signature is present for this revision.