summaryrefslogtreecommitdiffstats
path: root/subcmds/upload.py
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2008-12-12 08:04:07 -0800
committerShawn O. Pearce <sop@google.com>2008-12-12 08:04:07 -0800
commita6df7d284cc008cc2f21092f5fdd4e32ed28500e (patch)
treeb3c0970115668d068c8b34768484b60511fd11aa /subcmds/upload.py
parent67092448c290ce6bd3f05abc17f4f4d53e4c91bb (diff)
downloadgit-repo-a6df7d284cc008cc2f21092f5fdd4e32ed28500e.tar.gz
Describe upload --replace in upload's help textv1.4.2
Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to 'subcmds/upload.py')
-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):