Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Issue 9835048: Allow a patch file to be specified to merge-to-branch.sh (Closed)

Created:
8 years, 9 months ago by danno
Modified:
8 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Allow a patch file to be specified to merge-to-branch.sh R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=11119

Patch Set 1 #

Patch Set 2 : Tweaks #

Total comments: 2

Patch Set 3 : review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -5 lines) Patch
M tools/merge-to-branch.sh View 1 2 7 chunks +29 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
danno
PATL
8 years, 9 months ago (2012-03-23 11:40:08 UTC) #1
Jakob Kummerow
8 years, 9 months ago (2012-03-23 11:48:41 UTC) #2
LGTM with comments.

http://codereview.chromium.org/9835048/diff/2001/tools/merge-to-branch.sh
File tools/merge-to-branch.sh (right):

http://codereview.chromium.org/9835048/diff/2001/tools/merge-to-branch.sh#new...
tools/merge-to-branch.sh:71: while getopts "hs:fp:" OPTION ; do
as discussed offline, we still want the leading ":".

http://codereview.chromium.org/9835048/diff/2001/tools/merge-to-branch.sh#new...
tools/merge-to-branch.sh:266: echo "patches:$REVISION_LIST"
nit:
[[ -n "$REVISION_LIST" ]] && echo "patches:$REVISION_LIST"

Powered by Google App Engine
This is Rietveld 408576698