summaryrefslogtreecommitdiffstats
path: root/codereview/upload_bundle_pb2.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the protobuf based HTTP upload code pathShawn O. Pearce2009-01-261-271/+0
| | | | | | | | | Now that Gerrit2 has been released and the only supported upload protocol is direct git push over SSH we no longer need the large and complex protobuf client library, or the upload chunking logic in gerrit_upload.py. Signed-off-by: Shawn O. Pearce <sop@google.com>
* Add --review and --cc flags to repo upload, so you canJoe Onorato2008-11-191-5/+37
| | | | assign reviewers when you upload changes.
* Update proto client to support patch set replacmentsShawn O. Pearce2008-11-121-5/+54
| | | | Signed-off-by: Shawn O. Pearce <sop@google.com>
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+190