HomeSort by relevance Sort by last modified time
    Searched refs:commit_hash (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/common_lib/
revision_control_unittest.py 13 commit_hash = None variable in class:GitRepoManager
101 Also updates commit_hash with the hash for this commit.
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,
    [all...]
  /external/v8/tools/release/
merge_to_branch.py 100 def _create_commit_description(self, commit_hash):
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...]
roll_merge.py 118 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)

Completed in 187 milliseconds