Lines Matching refs:MERGE_TO_BRANCH
105 MERGE_TO_BRANCH=$1
106 [[ -n "$MERGE_TO_BRANCH" ]] || die "Please specify a branch to merge to"
116 git checkout -b $BRANCHNAME svn/$MERGE_TO_BRANCH \
135 NEW_COMMIT_MSG="Applied patch to $MERGE_TO_BRANCH branch."
137 NEW_COMMIT_MSG="Merged$REVISION_LIST into $MERGE_TO_BRANCH branch."
169 echo "Applying patch for $HASH to $MERGE_TO_BRANCH..."
219 git cl dcommit || die "failed to commit to $MERGE_TO_BRANCH"
229 svn/$MERGE_TO_BRANCH)
242 if [ "$MERGE_TO_BRANCH" == "trunk" ] ; then
243 TO_URL="$MERGE_TO_BRANCH"
245 TO_URL="branches/$MERGE_TO_BRANCH"