Home | History | Annotate | Download | only in utils

Lines Matching refs:git_repo

1132         git_repo = revision_control.GitRepo(
1137 git_repo.reinit_repo_at(self.PROD_BRANCH)
1139 if git_repo.get_latest_commit_hash():
1172 git_repo = revision_control.GitRepo(
1176 git_repo.reinit_repo_at(self.PROD_BRANCH)
1179 if git_repo.get_latest_commit_hash():
1201 git_repo = revision_control.GitRepo(local_devserver_dir, self._GIT_URL,
1203 git_repo.reinit_repo_at(self.PROD_BRANCH)
1205 if git_repo.get_latest_commit_hash():
1232 git_repo = revision_control.GitRepo(
1237 git_repo.reinit_repo_at(self.PROD_BRANCH)
1239 if git_repo.get_latest_commit_hash():