Lines Matching full:branch
121 The 'active' is the name of the currently active branch and 'branches' is a
124 lines = _RunCommand(['git', 'branch'])[0].split('\n')
133 branch = line.strip()
134 if branch:
135 branches.append(branch)
316 logging.error('Please checkout the master branch and re-run this script.')
320 logging.info('Updating master branch...')
325 logging.info('Creating roll branch: %s', ROLL_BRANCH_NAME)
335 logging.info('Removing previous roll branch (%s)', ROLL_BRANCH_NAME)
338 _RunCommand(['git', 'branch', '-D', ROLL_BRANCH_NAME])
373 help='Removes any previous local roll branch.')
383 'any local branch, commit, upload CL or send any '