Refer to blink in the safely-roll-blink script.
Still some old references to webkit that should be changed (unlike
the references to "webkit_revision" which is actually what the
DEPS files says).
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14752019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199243 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/tools/safely-roll-blink.py b/tools/safely-roll-blink.py
index cc01c4e..581aecd5 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 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,