Fix options in push-to-trunk script.

BUG=
TBR=ulan@chromium.org

Review URL: https://codereview.chromium.org/173533002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19501 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent a94a5661
...@@ -68,6 +68,7 @@ class PushToTrunkOptions(CommonOptions): ...@@ -68,6 +68,7 @@ class PushToTrunkOptions(CommonOptions):
options.f = True options.f = True
options.m = False options.m = False
options.c = chrome_path options.c = chrome_path
options.reviewer = reviewer
options.a = author options.a = author
return PushToTrunkOptions(options) return PushToTrunkOptions(options)
...@@ -82,6 +83,7 @@ class PushToTrunkOptions(CommonOptions): ...@@ -82,6 +83,7 @@ class PushToTrunkOptions(CommonOptions):
self.b = getattr(options, 'b', None) self.b = getattr(options, 'b', None)
self.author = getattr(options, 'a', None) self.author = getattr(options, 'a', None)
class Preparation(Step): class Preparation(Step):
MESSAGE = "Preparation." MESSAGE = "Preparation."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment