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

Unified Diff: git_cl.py

Issue 1741773002: git cl try: advertise git cl try-results. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 10 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 | no next file » | 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 b0df10b94aef55da2eb08b12e5349f918eca2bb2..2174b862d8506d278a6a72e14af384b036257335 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698