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
changes/01/332501/1
tandrii@chromium.org 9 years ago
parent 51c35a1ba9
commit b4f6a22935

@ -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'

Loading…
Cancel
Save