예제 #1
0
파일: v09.py 프로젝트: GymWenFLL/tpp_libs
 def _testament_sha1_from_revision(self, repository, revision_id):
     testament = StrictTestament3.from_revision(repository, revision_id)
     return testament.as_sha1()
예제 #2
0
 def _testament_sha1_from_revision(self, repository, revision_id):
     testament = StrictTestament3.from_revision(repository, revision_id)
     return testament.as_sha1()
예제 #3
0
파일: v09.py 프로젝트: GymWenFLL/tpp_libs
 def _testament_sha1(self, revision_id):
     return StrictTestament3.from_revision(self.source, revision_id).as_sha1()
예제 #4
0
 def _testament_sha1(self, revision_id):
     return StrictTestament3.from_revision(self.source, 
                                           revision_id).as_sha1()