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

Issue 163183004: Add merge-to-branch python port. (Closed)

Created:
6 years, 10 months ago by Michael Achenbach
Modified:
6 years, 10 months ago
Reviewers:
ulan, Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Add merge-to-branch python port. - To ease a line-by-line review, the script is intentionally close to the former bash version - Disambiguate the existing "-r" option for reviewer in the other scripts - The options design will be refactored in a follow up CL TEST=python -m unittest test_scripts.ScriptTest.testMergeToBranch R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19443

Patch Set 1 : #

Total comments: 9

Patch Set 2 : Addressed review comments. #

Total comments: 3

Patch Set 3 : Remove duplicates in patch list. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+558 lines, -23 lines) Patch
M tools/merge-to-branch.sh View 1 chunk +0 lines, -1 line 0 comments Download
M tools/push-to-trunk/auto_roll.py View 4 chunks +3 lines, -4 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 3 chunks +8 lines, -3 lines 0 comments Download
A tools/push-to-trunk/merge_to_branch.py View 1 2 1 chunk +400 lines, -0 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 6 chunks +10 lines, -8 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 1 6 chunks +137 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Michael Achenbach
PTAL
6 years, 10 months ago (2014-02-17 11:29:07 UTC) #1
Michael Achenbach
[+Ulan]
6 years, 10 months ago (2014-02-18 08:52:55 UTC) #2
ulan
https://codereview.chromium.org/163183004/diff/150001/tools/push-to-trunk/merge_to_branch.py File tools/push-to-trunk/merge_to_branch.py (right): https://codereview.chromium.org/163183004/diff/150001/tools/push-to-trunk/merge_to_branch.py#newcode103 tools/push-to-trunk/merge_to_branch.py:103: for revision in self._options.args: How about building full_revision_list from ...
6 years, 10 months ago (2014-02-18 11:15:08 UTC) #3
Michael Achenbach
https://codereview.chromium.org/163183004/diff/150001/tools/push-to-trunk/merge_to_branch.py File tools/push-to-trunk/merge_to_branch.py (right): https://codereview.chromium.org/163183004/diff/150001/tools/push-to-trunk/merge_to_branch.py#newcode103 tools/push-to-trunk/merge_to_branch.py:103: for revision in self._options.args: On 2014/02/18 11:15:09, ulan wrote: ...
6 years, 10 months ago (2014-02-18 12:39:31 UTC) #4
ulan
lgtm
6 years, 10 months ago (2014-02-18 13:02:26 UTC) #5
Michael Achenbach
6 years, 10 months ago (2014-02-18 13:09:22 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r19443 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698