Reviewers: ulan,

Message:
Committed patchset #1 manually as r19501 (presubmit successful).

Description:
Fix options in push-to-trunk script.

BUG=
[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=19501

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

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

Affected files (+2, -0 lines):
  M tools/push-to-trunk/push_to_trunk.py


Index: tools/push-to-trunk/push_to_trunk.py
diff --git a/tools/push-to-trunk/push_to_trunk.py b/tools/push-to-trunk/push_to_trunk.py index c1b52e6ff4765165c62cfc498c805acf7a748d9b..24d9b7730ed2af216bac6db0fc2e6bf88764272f 100755
--- a/tools/push-to-trunk/push_to_trunk.py
+++ b/tools/push-to-trunk/push_to_trunk.py
@@ -68,6 +68,7 @@ class PushToTrunkOptions(CommonOptions):
     options.f = True
     options.m = False
     options.c = chrome_path
+    options.reviewer = reviewer
     options.a = author
     return PushToTrunkOptions(options)

@@ -82,6 +83,7 @@ class PushToTrunkOptions(CommonOptions):
     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