| Index: tools/release/chromium_roll.py
|
| diff --git a/tools/release/chromium_roll.py b/tools/release/chromium_roll.py
|
| index a802bab1e321a1fb225742376e1aae9f02201b30..bcc6c79f2d84111728d0e324b6d278cfbefe24a7 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 a Google account.""")
|
|
|
| class Preparation(Step):
|
| MESSAGE = "Preparation."
|
|
|