Revision: 20173
Author:   machenb...@chromium.org
Date:     Mon Mar 24 08:03:15 2014 UTC
Log:      Fix options for calling push-to-trunk script.

BUG=
TBR=jkumme...@chromium.org

Review URL: https://codereview.chromium.org/209833002
http://code.google.com/p/v8/source/detail?r=20173

Modified:
 /branches/bleeding_edge/tools/push-to-trunk/auto_roll.py

=======================================
--- /branches/bleeding_edge/tools/push-to-trunk/auto_roll.py Fri Mar 21 15:04:54 2014 UTC +++ /branches/bleeding_edge/tools/push-to-trunk/auto_roll.py Mon Mar 24 08:03:15 2014 UTC
@@ -138,10 +138,10 @@
         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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to