Home | History | Annotate | Download | only in common_lib

Lines Matching refs:remote_branch

161     def clone(self, remote_branch=None, shallow=False):
169 @param remote_branch: Specify the remote branch to clone. None if to
177 if remote_branch:
178 cmd += '-b %s' % remote_branch
227 def upload_cl(self, remote, remote_branch, local_ref='HEAD', draft=False,
233 @param remote_branch: The remote branch to upload the CL.
241 remote_branch)
314 def reinit_repo_at(self, remote_branch):
316 Does all it can to ensure that the repo is at remote_branch.
322 @param remote_branch: branch to check out.
357 self.reset('origin/%s' % remote_branch)