Revision: 17878
Author:   [email protected]
Date:     Tue Nov 19 13:44:51 2013 UTC
Log:      Fix push-to-trunk runtime call.

This broke after a recent refactoring.

BUG=
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/tools/push-to-trunk/push_to_trunk.py Mon Nov 18 14:10:47 2013 UTC +++ /branches/bleeding_edge/tools/push-to-trunk/push_to_trunk.py Tue Nov 19 13:44:51 2013 UTC
@@ -548,7 +548,7 @@
   if not ProcessOptions(options):
     parser.print_help()
     return 1
-  RunScript(CONFIG, options)
+  RunPushToTrunk(CONFIG, options)

 if __name__ == "__main__":
   sys.exit(Main())

--
--
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/groups/opt_out.

Reply via email to