summaryrefslogtreecommitdiff
path: root/chromium/tools/safely-roll-deps.py
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-20 15:06:40 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-22 11:48:58 +0000
commitdaa093eea7c773db06799a13bd7e4e2e2a9f8f14 (patch)
tree96cc5e7b9194c1b29eab927730bfa419e7111c25 /chromium/tools/safely-roll-deps.py
parentbe59a35641616a4cf23c4a13fa0632624b021c1b (diff)
downloadqtwebengine-chromium-daa093eea7c773db06799a13bd7e4e2e2a9f8f14.tar.gz
BASELINE: Update Chromium to 63.0.3239.58
Change-Id: Ia93b322a00ba4dd4004f3bcf1254063ba90e1605 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/tools/safely-roll-deps.py')
-rwxr-xr-xchromium/tools/safely-roll-deps.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/tools/safely-roll-deps.py b/chromium/tools/safely-roll-deps.py
index 73941238796..15e3ab6c3e8 100755
--- a/chromium/tools/safely-roll-deps.py
+++ b/chromium/tools/safely-roll-deps.py
@@ -4,7 +4,7 @@
# found in the LICENSE file.
"""Generate a CL to roll a DEPS entry to the specified revision number and post
-it to Rietveld so that the CL will land automatically if it passes the
+it for review so that the CL will land automatically if it passes the
commit-queue's checks.
"""
@@ -122,7 +122,6 @@ def main():
if not options.dry_run:
prnt_subprocess.check_call(['git', 'fetch', 'origin'])
- prnt_subprocess.call(['git', 'svn', 'fetch'])
branch_cmd = ['git', 'checkout', '-b', new_branch, options.upstream]
if options.force:
branch_cmd.append('-f')