Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: tools/push-to-trunk/push_to_trunk.py

Issue 173533002: Fix options in push-to-trunk script. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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."
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698