diff options
author | Shawn O. Pearce <sop@google.com> | 2008-12-12 08:04:07 -0800 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2008-12-12 08:04:07 -0800 |
commit | a6df7d284cc008cc2f21092f5fdd4e32ed28500e (patch) | |
tree | b3c0970115668d068c8b34768484b60511fd11aa | |
parent | 67092448c290ce6bd3f05abc17f4f4d53e4c91bb (diff) | |
download | git-repo-a6df7d284cc008cc2f21092f5fdd4e32ed28500e.tar.gz |
Describe upload --replace in upload's help textv1.4.2
Signed-off-by: Shawn O. Pearce <sop@google.com>
-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): |