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

Unified Diff: trychange.py

Issue 332014: Try to clarify "gcl help try" some. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/depot_tools/
Patch Set: Created 11 years, 2 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: trychange.py
===================================================================
--- trychange.py (revision 29917)
+++ trychange.py (working copy)
@@ -32,7 +32,7 @@
# Constants
HELP_STRING = "Sorry, Tryserver is not available."
-USAGE = r"""%prog [options]
+USAGE = r"""%prog [change_name] [options]
Client-side script to send a try job to the try server. It communicates to
the try server by either writting to a svn repository or by directly connecting
@@ -40,6 +40,9 @@
Examples:
+ Try a change against a particular revision:
+ %prog change_name -r 123
+
A git patch off a web site (git inserts a/ and b/) and fix the base dir:
%prog --url http://url/to/patch.diff --patchlevel 1 --root src
@@ -48,9 +51,9 @@
%prog --email user@example.com
--svn_repo svn://svn.chromium.org/chrome-try/try --diff foo.diff
- Running only on a 'mac' slave with revision src@123 and clobber first; specify
+ Running only on a 'mac' slave with revision 123 and clobber first; specify
manually the 3 source files to use for the try job:
- %prog --bot mac --revision src@123 --clobber -f src/a.cc -f src/a.h
+ %prog --bot mac --revision 123 --clobber -f src/a.cc -f src/a.h
-f include/b.h
"""
« 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