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

Unified Diff: git_cl.py

Issue 415903002: Update git cl try command to mention tryserver.chromium.linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 5 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 a2bc0ffbe5a867f7f83d5e0ee9412a5d69bf9509..bf9e8a2154ac6a0b0b02bfe4d0abb1e541f84056 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -2293,7 +2293,7 @@ def CMDtry(parser, args):
if options.bot and not options.master:
parser.error('For manually specified bots please also specify the '
- 'tryserver master, e.g. "-m tryserver.chromium".')
+ 'tryserver master, e.g. "-m tryserver.chromium.linux".')
James Cook 2014/07/25 16:27:40 drive-by: Can this list the names of all the avail
def GetMasterMap():
# Process --bot and --testfilter.
« 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