From b69cc1d03f372fba1882ab52916ff4aec02d2bbe Mon Sep 17 00:00:00 2001 From: "danakj@chromium.org" Date: Thu, 9 May 2013 18:01:32 +0000 Subject: 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 --- tools/safely-roll-blink.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/safely-roll-blink.py') diff --git a/tools/safely-roll-blink.py b/tools/safely-roll-blink.py index cc01c4e..581aecd 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] ') + parser = optparse.OptionParser(usage='%prog [options] ') 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, -- cgit v1.1