From 7c3841abdfddcb33f25be98d20c9e9db70657f9f Mon Sep 17 00:00:00 2001 From: "phajdan.jr" Date: Wed, 10 Aug 2016 09:35:21 -0700 Subject: [PATCH] git cl set-commit: actually apply passed --rietveld / --gerrit options BUG=600945 Recipe-Tryjob-Bypass-Reason: expectation changes expected and wanted Review-Url: https://codereview.chromium.org/2234873002 --- git_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_cl.py b/git_cl.py index 0fa2dc9f9..2d6315c76 100755 --- a/git_cl.py +++ b/git_cl.py @@ -4731,7 +4731,7 @@ def CMDset_commit(parser, args): if options.dry_run and options.clear: parser.error('Make up your mind: both --dry-run and --clear not allowed') - cl = Changelist(auth_config=auth_config) + cl = Changelist(auth_config=auth_config, codereview=options.forced_codereview) if options.clear: state = _CQState.NONE elif options.dry_run: