Example #1
0
 def _testament_sha1_from_revision(self, repository, revision_id):
     testament = StrictTestament3.from_revision(repository, revision_id)
     return testament.as_sha1()
Example #2
0
 def _testament_sha1_from_revision(self, repository, revision_id):
     testament = StrictTestament3.from_revision(repository, revision_id)
     return testament.as_sha1()
Example #3
0
 def _testament_sha1(self, revision_id):
     return StrictTestament3.from_revision(self.source, revision_id).as_sha1()
Example #4
0
 def _testament_sha1(self, revision_id):
     return StrictTestament3.from_revision(self.source, 
                                           revision_id).as_sha1()