Revision: 19501
Author:   [email protected]
Date:     Thu Feb 20 08:06:11 2014 UTC
Log:      Fix options in push-to-trunk script.

BUG=
[email protected]

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

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

=======================================
--- /branches/bleeding_edge/tools/push-to-trunk/push_to_trunk.py Wed Feb 19 14:56:19 2014 UTC +++ /branches/bleeding_edge/tools/push-to-trunk/push_to_trunk.py Thu Feb 20 08:06:11 2014 UTC
@@ -68,6 +68,7 @@
     options.f = True
     options.m = False
     options.c = chrome_path
+    options.reviewer = reviewer
     options.a = author
     return PushToTrunkOptions(options)

@@ -82,6 +83,7 @@
     self.b = getattr(options, 'b', None)
     self.author = getattr(options, 'a', None)

+
 class Preparation(Step):
   MESSAGE = "Preparation."

--
--
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