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

Unified Diff: tools/safely-roll-blink.py

Issue 14752019: Refer to blink in the safely-roll-blink script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Caps Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/safely-roll-blink.py
diff --git a/tools/safely-roll-blink.py b/tools/safely-roll-blink.py
index cc01c4ee0e8289595578f66977120f83173a7cdd..581aecd5c6bb1ddfd3c2514f7c8130d06d502412 100755
--- a/tools/safely-roll-blink.py
+++ b/tools/safely-roll-blink.py
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"""Generate a CL to roll webkit to the specified revision number and post
+"""Generate a CL to roll Blink to the specified revision number and post
it to Rietveld so that the CL will land automatically if it passes the
commit-queue's checks.
"""
@@ -44,7 +44,7 @@ def process_deps(path, new_rev, is_dry_run):
def main():
tool_dir = os.path.dirname(os.path.abspath(__file__))
- parser = optparse.OptionParser(usage='%prog [options] <new webkit rev>')
+ parser = optparse.OptionParser(usage='%prog [options] <new blink rev>')
parser.add_option('-v', '--verbose', action='count', default=0)
parser.add_option('--dry-run', action='store_true')
parser.add_option('--commit', action='store_true', default=True,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698