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

Unified Diff: trychange.py

Issue 97983004: Add one more example to "git try -h" output. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 7 years 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
diff --git a/trychange.py b/trychange.py
index 88304f538fd17ed8b4b503b0c88dee248804b90c..be532d80cfa8f4dbaafd106757a4e7ec2272bedc 100755
--- a/trychange.py
+++ b/trychange.py
@@ -52,6 +52,9 @@ Examples:
Try a change against a particular revision:
%(prog)s -r 123
+ Try a change including changes to a sub repository:
+ %(prog)s -s third_party/WebKit
+
A git patch off a web site (git inserts a/ and b/) and fix the base dir:
%(prog)s --url http://url/to/patch.diff --patchlevel 1 --root src
« 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