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

Unified Diff: git_cl.py

Issue 2234873002: git cl set-commit: actually apply passed --rietveld / --gerrit options (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 4 years, 4 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: git_cl.py
diff --git a/git_cl.py b/git_cl.py
index 0fa2dc9f9b9a9144d1a6989d5fc178569c37ef79..2d6315c76ff9831dc9ed77bd72f18eed519855f7 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:
« 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