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

Issue 152343011: Add support to automatically search for corresponding architecture ports in merge-to-branch.sh. (Closed)

Created:
6 years, 10 months ago by palfia
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add support to automatically search for corresponding architecture ports in merge-to-branch.sh. BUG= R=jkummerow@chromium.org, plind44@gmail.com Committed: https://code.google.com/p/v8/source/detail?r=19163

Patch Set 1 #

Total comments: 9

Patch Set 2 : Removed MIPS specific parts, fixed mistakes. #

Total comments: 4

Patch Set 3 : Fix FULL_REVISION_LIST restoring. #

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

Messages

Total messages: 12 (0 generated)
palfia
This CL adds an additional step to the merge-to-branch.sh, which tries to find all corresponding ...
6 years, 10 months ago (2014-02-04 21:55:37 UTC) #1
Paul Lind
LGTM. PTAL guys. The intent here is to make it easy on you to do ...
6 years, 10 months ago (2014-02-04 22:05:45 UTC) #2
Michael Achenbach
Comment on the concept: Are the MIPS port CLs always unique? What happens if you ...
6 years, 10 months ago (2014-02-05 11:10:51 UTC) #3
Jakob Kummerow
Bonus points if you make this non-MIPS-specific: Assume there are commits "MIPS: Port r123", "FOOBAR: ...
6 years, 10 months ago (2014-02-05 12:04:12 UTC) #4
palfia
Thank you for the review and your comments! I've uploaded a more sophisticated version, which ...
6 years, 10 months ago (2014-02-05 17:42:04 UTC) #5
palfia
On 2014/02/05 11:10:51, Michael Achenbach wrote: > Comment on the concept: Are the MIPS port ...
6 years, 10 months ago (2014-02-05 17:42:14 UTC) #6
palfia
On 2014/02/05 12:04:12, Jakob wrote: > Bonus points if you make this non-MIPS-specific: Assume there ...
6 years, 10 months ago (2014-02-05 17:44:17 UTC) #7
Jakob Kummerow
LGTM with two more comments. https://codereview.chromium.org/152343011/diff/70001/tools/merge-to-branch.sh File tools/merge-to-branch.sh (right): https://codereview.chromium.org/152343011/diff/70001/tools/merge-to-branch.sh#newcode152 tools/merge-to-branch.sh:152: while read -r NEXT_GIT_HASH; ...
6 years, 10 months ago (2014-02-06 09:30:26 UTC) #8
palfia
Thanks, I've addressed your comments. https://codereview.chromium.org/152343011/diff/70001/tools/merge-to-branch.sh File tools/merge-to-branch.sh (right): https://codereview.chromium.org/152343011/diff/70001/tools/merge-to-branch.sh#newcode152 tools/merge-to-branch.sh:152: while read -r NEXT_GIT_HASH; ...
6 years, 10 months ago (2014-02-06 14:12:02 UTC) #9
Jakob Kummerow
On 2014/02/06 14:12:02, palfia wrote: > The problem here is that the "git log" command ...
6 years, 10 months ago (2014-02-06 14:29:23 UTC) #10
palfia
On 2014/02/06 14:29:23, Jakob wrote: > On 2014/02/06 14:12:02, palfia wrote: > > The problem ...
6 years, 10 months ago (2014-02-06 14:59:07 UTC) #11
palfia
6 years, 10 months ago (2014-02-06 15:34:53 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 manually as r19163 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698