| 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
|
|
|
|
|