diff options
-rw-r--r-- | subcmds/upload.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/subcmds/upload.py b/subcmds/upload.py index 4e4bdbe0..58797507 100644 --- a/subcmds/upload.py +++ b/subcmds/upload.py | |||
@@ -55,6 +55,12 @@ If the --reviewers or --cc options are passed, those emails are | |||
55 | added to the respective list of users, and emails are sent to any | 55 | added to the respective list of users, and emails are sent to any |
56 | new users. Users passed to --reviewers must be already registered | 56 | new users. Users passed to --reviewers must be already registered |
57 | with the code review system, or the upload will fail. | 57 | with the code review system, or the upload will fail. |
58 | |||
59 | If the --replace option is passed the user can designate which | ||
60 | existing change(s) in Gerrit match up to the commits in the branch | ||
61 | being uploaded. For each matched pair of change,commit the commit | ||
62 | will be added as a new patch set, completely replacing the set of | ||
63 | files and description associated with the change in Gerrit. | ||
58 | """ | 64 | """ |
59 | 65 | ||
60 | def _Options(self, p): | 66 | def _Options(self, p): |