Lines Matching refs:git_repo
1256 git_repo = revision_control.GitRepo(
1261 git_repo.reinit_repo_at(self.PROD_BRANCH)
1263 if git_repo.get_latest_commit_hash():
1300 git_repo = revision_control.GitRepo(
1304 git_repo.reinit_repo_at(init_branch)
1307 if git_repo.get_latest_commit_hash():
1328 git_repo = revision_control.GitRepo(
1332 git_repo.reinit_repo_at(self.MASTER_BRANCH)
1334 if git_repo.get_latest_commit_hash():
1361 git_repo = revision_control.GitRepo(
1366 git_repo.reinit_repo_at(self.PROD_BRANCH)
1368 if git_repo.get_latest_commit_hash():
1409 git_repo = revision_control.GitRepo(
1413 git_repo.reinit_repo_at(self.MASTER_BRANCH)
1426 if git_repo.get_latest_commit_hash():