LGTM with a nit.
https://chromiumcodereview.appspot.com/9315055/diff/1/tools/merge-to-branch.sh File tools/merge-to-branch.sh (right): https://chromiumcodereview.appspot.com/9315055/diff/1/tools/merge-to-branch.sh#newcode241 tools/merge-to-branch.sh:241: [[ $? -eq 0 ]] || die "Applying the patch to trunk failed." Your previous error message was more fitting (or use a compromise, "Applying the patch for $HASH to $MERGE_TO_BRANCH failed.") https://chromiumcodereview.appspot.com/9315055/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
