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

Issue 559243002: Include svn revision range in Blink roll descriptions. (Closed)

Created:
6 years, 3 months ago by skobes
Modified:
6 years, 2 months ago
Reviewers:
szager1
CC:
chromium-reviews, pgervais+watch_chromium.org, kjellander-cc_chromium.org, cmp-cc_chromium.org, stip+watch_chromium.org, borenet2, eseidel
Base URL:
https://chromium.googlesource.com/chromium/tools/build/@master
Project:
tools
Visibility:
Public.

Description

Include svn revision range in Blink roll descriptions. Prior to http://crrev.com/495493003, Blink rolls had the Blink svn revision range in their descriptions, which made it easy to determine which roll contained a given revision number by scanning the log of src/DEPS. To do this with git hashes is much more difficult since they are not sequential and cannot be compared at a glance. This change adds the svn range even when git_mode is True. The resulting descriptions look like: Blink roll hash1:hash2 (svn 1234:1235)

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -37 lines) Patch
M scripts/tools/blink_roller/auto_roll.py View 1 6 chunks +54 lines, -21 lines 0 comments Download
M scripts/tools/blink_roller/auto_roll_test.py View 1 8 chunks +34 lines, -16 lines 0 comments Download

Messages

Total messages: 13 (5 generated)
skobes
6 years, 3 months ago (2014-09-10 23:35:55 UTC) #2
szager1
lgtm, thanks https://codereview.chromium.org/559243002/diff/1/scripts/tools/blink_roller/auto_roll.py File scripts/tools/blink_roller/auto_roll.py (right): https://codereview.chromium.org/559243002/diff/1/scripts/tools/blink_roller/auto_roll.py#newcode245 scripts/tools/blink_roller/auto_roll.py:245: 'revision') nit: indentation should be four characters ...
6 years, 3 months ago (2014-09-11 00:52:04 UTC) #3
skobes
https://codereview.chromium.org/559243002/diff/1/scripts/tools/blink_roller/auto_roll.py File scripts/tools/blink_roller/auto_roll.py (right): https://codereview.chromium.org/559243002/diff/1/scripts/tools/blink_roller/auto_roll.py#newcode245 scripts/tools/blink_roller/auto_roll.py:245: 'revision') On 2014/09/11 00:52:04, szager1 wrote: > nit: indentation ...
6 years, 3 months ago (2014-09-11 01:32:42 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/559243002/20001
6 years, 3 months ago (2014-09-11 01:33:52 UTC) #6
commit-bot: I haz the power
Failed to apply patch for scripts/tools/blink_roller/auto_roll.py: While running patch -p1 --forward --force --no-backup-if-mismatch; A scripts ...
6 years, 3 months ago (2014-09-11 01:34:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/559243002/40001
6 years, 3 months ago (2014-09-11 04:35:35 UTC) #10
commit-bot: I haz the power
Failed to apply patch for scripts/tools/blink_roller/auto_roll.py: While running patch -p1 --forward --force --no-backup-if-mismatch; A scripts ...
6 years, 3 months ago (2014-09-11 04:35:42 UTC) #12
skobes
6 years, 3 months ago (2014-09-11 22:18:09 UTC) #13
This change has been committed in https://codereview.chromium.org/568593002/.

Powered by Google App Engine
This is Rietveld 408576698