| Index: gclient.py
|
| diff --git a/gclient.py b/gclient.py
|
| index f6db225c11c0d94e834580728faf3fad74011ed1..2e58be8748ae447a35d8edc2bd2a090840f7b21e 100755
|
| --- a/gclient.py
|
| +++ b/gclient.py
|
| @@ -1972,6 +1972,9 @@ def CMDsync(parser, args):
|
| parser.add_option('-M', '--merge', action='store_true',
|
| help='merge upstream changes instead of trying to '
|
| 'fast-forward or rebase')
|
| + parser.add_option('-A', '--auto_rebase', action='store_true',
|
| + help='Automatically rebase repositories against local '
|
| + 'checkout during update (git only).')
|
| parser.add_option('--deps', dest='deps_os', metavar='OS_LIST',
|
| help='override deps for the specified (comma-separated) '
|
| 'platform(s); \'all\' will process all deps_os '
|
|
|