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

Unified Diff: gclient.py

Issue 456008: Update gclient sync docs to reflect reality + add an example for the most com... (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/depot_tools/
Patch Set: Created 11 years, 1 month 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: gclient.py
===================================================================
--- gclient.py (revision 33353)
+++ gclient.py (working copy)
@@ -126,13 +126,12 @@
usage: gclient %(cmd)s [options] [--] [svn update options/args]
Valid options:
- --force : force update even for unchanged modules
- --nohooks : don't run the hooks after the update is complete
- --revision REV : update/checkout all solutions with specified revision
+ --force : force update even for unchanged modules
+ --nohooks : don't run the hooks after the update is complete
--revision SOLUTION@REV : update given solution to specified revision
- --deps PLATFORM(S) : sync deps for the given platform(s), or 'all'
- --verbose : output additional diagnostics
- --head : update to latest revision, instead of last good revision
+ --deps PLATFORM(S) : sync deps for the given platform(s), or 'all'
+ --verbose : output additional diagnostics
+ --head : update to latest revision, instead of last good revision
Examples:
gclient %(cmd)s
@@ -141,6 +140,8 @@
gclient %(cmd)s --force
update files from SVN according to current configuration, for
all modules (useful for recovering files deleted from local copy)
+ gclient %(cmd)s --revision src@31000
+ update src directory to r31000
""")
COMMAND_USAGE_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