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
parent 479bb2ff
......@@ -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"])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment