summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/upload.py6
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
55added to the respective list of users, and emails are sent to any 55added to the respective list of users, and emails are sent to any
56new users. Users passed to --reviewers must be already registered 56new users. Users passed to --reviewers must be already registered
57with the code review system, or the upload will fail. 57with the code review system, or the upload will fail.
58
59If the --replace option is passed the user can designate which
60existing change(s) in Gerrit match up to the commits in the branch
61being uploaded. For each matched pair of change,commit the commit
62will be added as a new patch set, completely replacing the set of
63files and description associated with the change in Gerrit.
58""" 64"""
59 65
60 def _Options(self, p): 66 def _Options(self, p):