OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_branch
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/common_lib/
revision_control.py
157
def clone(self,
remote_branch
=None):
165
@param
remote_branch
: Specify the remote branch to clone. None if to
172
if
remote_branch
:
173
cmd += '-b %s' %
remote_branch
263
def reinit_repo_at(self,
remote_branch
):
265
Does all it can to ensure that the repo is at
remote_branch
.
271
@param
remote_branch
: branch to check out.
306
self.reset('origin/%s' %
remote_branch
)
/external/autotest/site_utils/
automated_deploy.py
101
git_repo.clone(
remote_branch
=PROD_BRANCH)
Completed in 96 milliseconds