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
This commit is contained in:
parent
479bb2ffbf
commit
db8196ae63
@ -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"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user