commit | d9e5ce518ae6c9aac6ec6ff1c7f6d63a11b27cb9 | [log] [tgz] |
---|---|---|
author | tandrii <tandrii@chromium.org> | Wed Jul 13 02:32:59 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 02:32:59 2016 -0700 |
tree | deb85160f688cd4efc42b50c4b0ac4ead3a13fa5 | |
parent | 83e4442768c9671bfa7813447a35d2b4907438f8 [diff] [blame] |
Fix git cl set-commit --clear. aka sergiyb@ was right. R=sergiyb@chromium.org BUG= Review-Url: https://codereview.chromium.org/2141283002
diff --git a/git_cl.py b/git_cl.py index 07f7c8b..6641566 100755 --- a/git_cl.py +++ b/git_cl.py
@@ -4742,7 +4742,7 @@ cl = Changelist(auth_config=auth_config) if options.clear: - state = _CQState.CLEAR + state = _CQState.NONE elif options.dry_run: state = _CQState.DRY_RUN else: