Go to file
Shawn O. Pearce c99883fee9 Teach 'repo upload --replace' how to add replacement patch sets
Users are prompted with the list of known changes we are about
to upload, and they can fill out the current change numbers for
any changes which already exist in the data store.  For each of
those changes the change number and commit id is sent as part of
the upload request, so Gerrit can insert the new commit as a new
patch set of the existing change, rather than make a new change.

This facility permits developers to replace a patch so they can
address comments made on a prior version of the same change.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2008-11-12 09:12:19 -08:00
codereview Update proto client to support patch set replacments 2008-11-12 09:12:19 -08:00
docs Add <add-remote to-project="..."> to inject additional remotes 2008-11-06 11:23:08 -08:00
froofle Initial Contribution 2008-10-21 07:00:00 -07:00
hooks Install a default pre-auto-gc hook in all repositories 2008-11-03 11:00:44 -08:00
subcmds Teach 'repo upload --replace' how to add replacement patch sets 2008-11-12 09:12:19 -08:00
.gitignore Initial Contribution 2008-10-21 07:00:00 -07:00
color.py Initial Contribution 2008-10-21 07:00:00 -07:00
command.py Initial Contribution 2008-10-21 07:00:00 -07:00
COPYING Initial Contribution 2008-10-21 07:00:00 -07:00
editor.py Initial Contribution 2008-10-21 07:00:00 -07:00
error.py Install a default pre-auto-gc hook in all repositories 2008-11-03 11:00:44 -08:00
gerrit_upload.py Teach 'repo upload --replace' how to add replacement patch sets 2008-11-12 09:12:19 -08:00
git_command.py Initial Contribution 2008-10-21 07:00:00 -07:00
git_config.py Use remote.*.projectname to indicate the target project for upload 2008-11-06 09:52:51 -08:00
main.py Install a default pre-auto-gc hook in all repositories 2008-11-03 11:00:44 -08:00
Makefile Initial Contribution 2008-10-21 07:00:00 -07:00
manifest.py Treat missing attributes as None when parsing the manifest 2008-11-06 11:23:27 -08:00
pager.py Initial Contribution 2008-10-21 07:00:00 -07:00
project.py Teach 'repo upload --replace' how to add replacement patch sets 2008-11-12 09:12:19 -08:00
remote.py Add <remote project-name="..."> attribute within projects 2008-11-06 11:23:06 -08:00
repo Add 'repo init --mirror' to download a complete forrest 2008-11-05 18:08:32 -08:00