Home | History | Annotate | Download | only in tools

Lines Matching refs:BRANCH

32 PERSISTFILE_BASENAME=/tmp/v8-merge-to-branch-tempfile
43 usage: $0 [OPTIONS]... [BRANCH] [REVISION]...
106 [[ -n "$MERGE_TO_BRANCH" ]] || die "Please specify a branch to merge to"
114 echo ">>> Step $CURRENT_STEP: Create a fresh branch for the patch."
117 || die "Creating branch $BRANCHNAME failed."
135 NEW_COMMIT_MSG="Applied patch to $MERGE_TO_BRANCH branch."
137 NEW_COMMIT_MSG="Merged$REVISION_LIST into $MERGE_TO_BRANCH branch."
205 echo ">>> Step $CURRENT_STEP: Commit to local branch."
217 || die "cannot ensure that the current branch is $BRANCHNAME"
264 echo "branch: $TO_URL"