Home
last modified time | relevance | path

Searched refs:commit_hash (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/
Drevision_control_unittest.py13 commit_hash = None variable in GitRepoManager
106 self.commit_hash = self.git_repo_manager.get_latest_commit_hash()
115 self.commit_hash = self.git_repo_manager.get_latest_commit_hash()
152 self.assertEquals(self.dependent_repo.commit_hash,
153 self.master_repo.commit_hash,
156 (self.dependent_repo.commit_hash,
157 self.master_repo.commit_hash)))
162 self.assertEquals(self.dependent_repo.commit_hash,
163 self.master_repo.commit_hash,
166 (self.dependent_repo.commit_hash,
[all …]
/external/v8/tools/release/
Dmerge_to_branch.py100 def _create_commit_description(self, commit_hash): argument
101 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash)
103 description += "Revision: " + commit_hash + "\n\n"
118 for commit_hash in self["full_revision_list"]:
119 msg_pieces.append(self._create_commit_description(commit_hash))
121 commit_hash = self["full_revision_list"][0]
122 full_description = self._create_commit_description(commit_hash).split("\n")
133 for commit_hash in self["full_revision_list"]:
134 msg = self.GitLog(n=1, git_hash=commit_hash)
150 for commit_hash in self["full_revision_list"]:
[all …]
Droll_merge.py118 for commit_hash in self["full_revision_list"]:
119 patch_merge_desc = self.GitLog(n=1, format="%s", git_hash=commit_hash)
123 for commit_hash in self["full_revision_list"]:
124 msg = self.GitLog(n=1, git_hash=commit_hash)
138 for commit_hash in self["full_revision_list"]:
140 % (commit_hash, self["merge_to_branch"]))
141 patch = self.GitGetPatch(commit_hash)