Home
last modified time | relevance | path

Searched refs:MERGE_TO_BRANCH (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/
Dmerge-to-branch.sh105 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"
[all …]