From 47199010671a6724e18f061f4da63dcd46e3f354 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sat, 22 Aug 2009 18:24:13 -0700 Subject: upload: Document --replace is deprecated Change-Id: I52715bcfec9c038d0e02505aa7e4054ebc0434aa Signed-off-by: Shawn O. Pearce --- subcmds/upload.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'subcmds/upload.py') diff --git a/subcmds/upload.py b/subcmds/upload.py index aea399b6..8e3d2723 100644 --- a/subcmds/upload.py +++ b/subcmds/upload.py @@ -55,11 +55,11 @@ added to the respective list of users, and emails are sent to any new users. Users passed as --reviewers must already be registered with the code review system, or the upload will fail. -If the --replace option is passed the user can designate which -existing change(s) in Gerrit match up to the commits in the branch -being uploaded. For each matched pair of change,commit the commit -will be added as a new patch set, completely replacing the set of -files and description associated with the change in Gerrit. +If the --replace option (deprecated) is passed the user can designate +which existing change(s) in Gerrit match up to the commits in the +branch being uploaded. For each matched pair of change,commit the +commit will be added as a new patch set, completely replacing the +set of files and description associated with the change in Gerrit. Configuration ------------- @@ -92,7 +92,7 @@ Gerrit Code Review: http://code.google.com/p/gerrit/ def _Options(self, p): p.add_option('--replace', dest='replace', action='store_true', - help='Upload replacement patchesets from this branch') + help='Upload replacement patchsets from this branch (deprecated)') p.add_option('--re', '--reviewers', type='string', action='append', dest='reviewers', help='Request reviews from these people.') -- cgit v1.2.3-54-g00ecf