コード例 #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()