Commit 35c61458 authored by tandrii@chromium.org's avatar tandrii@chromium.org

git cl try: advertise git cl try-results.

R=andybons@chromium.org
BUG=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298990 0039d316-1c4b-4281-b951-d872f2087c98
parent b015fac6
......@@ -358,6 +358,8 @@ def trigger_try_jobs(auth_config, changelist, options, masters, category):
body=json.dumps(batch_req_body),
headers={'Content-Type': 'application/json'}
)
print_text.append('To see results here, run: git cl try-results')
print_text.append('To see results in browser, run: git cl web')
print '\n'.join(print_text)
......
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