summaryrefslogtreecommitdiffstats
path: root/subcmds/upload.py
Commit message (Expand)AuthorAgeFilesLines
* upload: report names of uncommitted filesVadim Bendebury2014-10-141-2/+6
* Define unicode as str if using Python 3Anthony King2014-05-061-2/+4
* Add reviewers automatically from project's git configbijia2014-03-041-3/+14
* Merge "Don't backtrace when current branch is not uploadable."David Pursehouse2014-01-141-1/+10
|\
| * Don't backtrace when current branch is not uploadable.Warren Turkal2013-12-111-1/+10
* | Merge "repo: Support multiple branches for the same project."Conley Owens2014-01-101-1/+3
|\ \ | |/ |/|
| * repo: Support multiple branches for the same project.David James2013-10-141-1/+3
* | Only check merge destination if it isn't Nonev1.12.6Conley Owens2013-10-151-9/+10
* | Fix indentationv1.12.5David Pursehouse2013-10-151-7/+7
|/
* Don't upload when dest branch is not merge branchConley Owens2013-10-101-0/+29
* don't pass project revision to UploadForReviewColin Cross2013-10-081-1/+1
* upload: fix display of destination branch for SingleBranchChirayu Desai2013-06-281-1/+1
* Merge "Fix a few issues with dest-branch and multiples"Conley Owens2013-06-101-2/+4
|\
| * Fix a few issues with dest-branch and multiplesBryan Jacobs2013-06-031-2/+4
* | Fix a bug in repo upload --cbrBryan Jacobs2013-06-021-0/+2
|/
* Send reviews to a different branch from fetchBryan Jacobs2013-05-241-2/+7
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-3/+4
* Some fixes for supporting python3Chirayu Desai2013-04-181-1/+6
* Fix: Missing spaces in printed messagesDavid Pursehouse2013-03-051-2/+2
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-2/+2
* Fix inconsistent indentationDavid Pursehouse2012-11-141-19/+19
* Change print statements to work in python3Sarah Owens2012-11-131-18/+23
* Convert prompt answers to lower case before checkingDavid Pursehouse2012-11-141-2/+2
* Even more coding style cleanupDavid Pursehouse2012-10-301-1/+1
* Use modern Python exception syntaxSarah Owens2012-10-231-2/+2
* Coding style cleanupDavid Pursehouse2012-10-091-10/+10
* upload: add --draft option.Brian Harring2012-07-281-1/+4
* repo: Add option review.URL.uploadtopic supportv1.9.2Anthony Russello2012-06-051-0/+13
* New flag for repo upload: --current_branch (--cbr)Daniel Sandler2012-04-061-1/+8
* Added remote destination branch information when uploading.Christer Fletcher2011-11-291-3/+4
* repo: capitalize default prompt charMike Frysinger2011-11-291-3/+3
* Fixed UnicodeDecodeError while uploading changes.chenguodong2011-11-291-0/+5
* Add branch support to repo uploadMandeep Singh Baines2011-05-261-1/+8
* Support repo-level pre-upload hook and prep for future hooks.v1.7.4Doug Anderson2011-03-111-6/+40
* upload: Catch and cleanly report connectivity errorsShawn O. Pearce2011-01-091-3/+7
* upload: Remove --replace optionFicus Kirkpatrick2010-10-291-77/+1
* upload: Fix --replace flagv1.6.10.2Shawn O. Pearce2010-07-161-2/+2
* upload: Allow review.HOST.username to override emailv1.6.10Shawn O. Pearce2010-07-151-0/+5
* upload -t: Automatically include local branch nameShawn O. Pearce2010-07-151-9/+12
* Warn users before uploading if there are local changesAnthony Newnam2010-07-151-0/+15
* upload: Automatically --cc folks in review.URL.autocopyBen Komalo2010-07-151-1/+27
* upload: Move confirmation threshold from 3 to 5 commitsv1.6.9.5Dan Morrill2010-05-051-1/+1
* upload: Confirm unusually large number of uploaded commitDan Morrill2010-05-041-0/+29
* Automatically guess Gerrit change number in "repo upload --replace"v1.6.7.4Ficus Kirkpatrick2009-05-051-2/+20
* Display the URL we will upload changes to for reviewShawn O. Pearce2009-04-181-1/+1
* Improve the help text for 'repo upload'Shawn O. Pearce2009-04-181-13/+17
* Only compute commits in repo upload if we need to show a promptShawn O. Pearce2009-04-171-2/+3
* Allow review.URL.autoupload to skip prompting during `repo upload`Shawn O. Pearce2009-04-171-12/+44
* Don't bother listing branch URLs during uploadShawn O. Pearce2009-03-191-3/+0
* Describe upload --replace in upload's help textv1.4.2Shawn O. Pearce2008-12-121-0/+6