From db8196ae632dbcef2b69834f9bcb5a07b74a514e Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Mon, 24 Mar 2014 08:03:15 +0000 Subject: [PATCH] Fix options for calling push-to-trunk script. BUG= TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/209833002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20173 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/push-to-trunk/auto_roll.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/push-to-trunk/auto_roll.py b/tools/push-to-trunk/auto_roll.py index 014016c..6ae24d3 100755 --- a/tools/push-to-trunk/auto_roll.py +++ b/tools/push-to-trunk/auto_roll.py @@ -138,10 +138,10 @@ class PushToTrunk(Step): P = push_to_trunk.PushToTrunk self._side_effect_handler.Call( P(push_to_trunk.CONFIG, self._side_effect_handler).Run, - ["-author", self._options.author, - "-reviewer", self._options.reviewer, - "-revision", self["lkgr"], - "-force"]) + ["--author", self._options.author, + "--reviewer", self._options.reviewer, + "--revision", self["lkgr"], + "--force"]) finally: self.PushTreeStatus(self["tree_message"]) -- 2.7.4