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

/external/chromium_org/v8/tools/
H A Dmerge-to-branch.sh116 MERGE_TO_BRANCH=$1
117 [[ -n "$MERGE_TO_BRANCH" ]] || die "Please specify a branch to merge to"
119 persist "MERGE_TO_BRANCH"
126 restore_if_unset "MERGE_TO_BRANCH"
127 git checkout -b $BRANCHNAME svn/$MERGE_TO_BRANCH \
147 NEW_COMMIT_MSG="Rollback of$REVISION_LIST in $MERGE_TO_BRANCH branch."
149 NEW_COMMIT_MSG="Merged$REVISION_LIST into $MERGE_TO_BRANCH branch."
178 restore_if_unset "MERGE_TO_BRANCH"
182 echo "Applying patch for $HASH to $MERGE_TO_BRANCH..."
228 restore_if_unset "MERGE_TO_BRANCH"
[all...]
/external/v8/tools/
H A Dmerge-to-branch.sh105 MERGE_TO_BRANCH=$1
106 [[ -n "$MERGE_TO_BRANCH" ]] || die "Please specify a branch to merge to"
108 persist "MERGE_TO_BRANCH"
115 restore_if_unset "MERGE_TO_BRANCH"
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."
165 restore_if_unset "MERGE_TO_BRANCH"
169 echo "Applying patch for $HASH to $MERGE_TO_BRANCH..."
215 restore_if_unset "MERGE_TO_BRANCH"
[all...]

Completed in 82 milliseconds