Reviewers: Jakob,

Message:
PTAL

Description:
Fix options for calling push-to-trunk script.

BUG=
[email protected]

Please review this at https://codereview.chromium.org/209833002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+4, -4 lines):
  M tools/push-to-trunk/auto_roll.py


Index: tools/push-to-trunk/auto_roll.py
diff --git a/tools/push-to-trunk/auto_roll.py b/tools/push-to-trunk/auto_roll.py index 014016c9c71dbb2d4a30a7d6eb9f89e2b16f1f15..6ae24d3879baae5e3acd0e6d4d8c065161543115 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"])



--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to