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

Unified Diff: git_cl.py

Issue 2141283002: Fix git cl set-commit --clear. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: fix Created 4 years, 5 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 | tests/git_cl_test.py » ('j') | 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 07f7c8bd6f85e81a31400d30d69c733334b565bc..66415668adaa7ab6823af7865fed8c80a636c28c 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -4742,7 +4742,7 @@ def CMDset_commit(parser, args):
cl = Changelist(auth_config=auth_config)
if options.clear:
- state = _CQState.CLEAR
+ state = _CQState.NONE
elif options.dry_run:
state = _CQState.DRY_RUN
else:
« no previous file with comments | « no previous file | tests/git_cl_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698