Chromium Code Reviews| 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. |