diff options
Diffstat (limited to 'subcmds/upload.py')
-rw-r--r-- | subcmds/upload.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/subcmds/upload.py b/subcmds/upload.py index 01d1dea4..ac2ed146 100644 --- a/subcmds/upload.py +++ b/subcmds/upload.py | |||
@@ -78,6 +78,13 @@ added to the respective list of users, and emails are sent to any | |||
78 | new users. Users passed as --reviewers must already be registered | 78 | new users. Users passed as --reviewers must already be registered |
79 | with the code review system, or the upload will fail. | 79 | with the code review system, or the upload will fail. |
80 | 80 | ||
81 | While most normal Gerrit options have dedicated command line options, | ||
82 | direct access to the Gerit options is available via --push-options. | ||
83 | This is useful when Gerrit has newer functionality that %prog doesn't | ||
84 | yet support, or doesn't have plans to support. See the Push Options | ||
85 | documentation for more details: | ||
86 | https://gerrit-review.googlesource.com/Documentation/user-upload.html#push_options | ||
87 | |||
81 | # Configuration | 88 | # Configuration |
82 | 89 | ||
83 | review.URL.autoupload: | 90 | review.URL.autoupload: |