Lines Matching refs:branch
13 - creates a new branch in the Chromium tree, modifies the DEPS file to
15 deletes the local copy of the branch.
218 '--single-branch', config.skia_url, '.'])
340 """Create a commit in the current git branch; upload via git-cl.
342 Assumes that you are already on the branch you want to be on.
429 branch = 'control_%s' % master_hash[:8]
431 branch = None
436 with git_utils.ChangeGitBranch(branch, 'origin/master',
438 branch = git_utils.git_branch_name(config.vsp.verbose)
449 whitespace_cl = '%s\n branch: %s' % (whitespace_cl, branch)
452 branch = 'roll_%d_%s' % (revision, master_hash[:8])
454 branch = None
466 with git_utils.ChangeGitBranch(branch, 'origin/master',
468 branch = git_utils.git_branch_name(config.vsp.verbose)
473 deps_cl = '%s\n branch: %s' % (deps_cl, branch)