Index: tools/release/chromium_roll.py |
diff --git a/tools/release/chromium_roll.py b/tools/release/chromium_roll.py |
index a802bab1e321a1fb225742376e1aae9f02201b30..5ef056f6131701de3f74dc5201fbcc551d726b42 100755 |
--- a/tools/release/chromium_roll.py |
+++ b/tools/release/chromium_roll.py |
@@ -17,7 +17,8 @@ ISSUE_MSG = ( |
https://code.google.com/p/v8-wiki/wiki/TriagingIssues |
Please close rolling in case of a roll revert: |
-https://v8-roll.appspot.com/""") |
+https://v8-roll.appspot.com/ |
+This only works with your Google account.""") |
Michael Achenbach
2015/10/08 09:55:38
s/your/a ?
|
class Preparation(Step): |
MESSAGE = "Preparation." |