Lines Matching refs:git_repo
1171 git_repo = revision_control.GitRepo(
1176 git_repo.reinit_repo_at(self.PROD_BRANCH)
1178 if git_repo.get_latest_commit_hash():
1215 git_repo = revision_control.GitRepo(
1219 git_repo.reinit_repo_at(init_branch)
1222 if git_repo.get_latest_commit_hash():
1243 git_repo = revision_control.GitRepo(
1247 git_repo.reinit_repo_at(self.MASTER_BRANCH)
1249 if git_repo.get_latest_commit_hash():
1276 git_repo = revision_control.GitRepo(
1281 git_repo.reinit_repo_at(self.PROD_BRANCH)
1283 if git_repo.get_latest_commit_hash():
1324 git_repo = revision_control.GitRepo(
1328 git_repo.reinit_repo_at(self.MASTER_BRANCH)
1341 if git_repo.get_latest_commit_hash():