Commit b4f6a229 authored by tandrii@chromium.org's avatar tandrii@chromium.org

git cl status: do not show CQ Dry run as 'commit'.

R=jsbell@chromium.org,phajdan.jr@chromium.org
BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299068 0039d316-1c4b-4281-b951-d872f2087c98
parent 51c35a1b
......@@ -1235,7 +1235,7 @@ or verify this branch is set up to track another (via the --track argument to
if props.get('closed'):
# Issue is closed.
return 'closed'
if props.get('commit'):
if props.get('commit') and not props.get('cq_dry_run', False):
# Issue is in the commit queue.
return 'commit'
......
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