1. f1f1137 Merge "Don't backtrace when current branch is not uploadable." by David Pursehouse · Tue Jan 14 00:41:35 2014 +0000
  2. e695338 Merge "repo: Support multiple branches for the same project." by Conley Owens · Fri Jan 10 01:20:12 2014 +0000
  3. 011d4f4 Don't backtrace when current branch is not uploadable. by Warren Turkal · Wed Nov 27 16:20:57 2013 -0800
  4. fbd3f2a Only check merge destination if it isn't None by Conley Owens · Tue Oct 15 12:59:00 2013 -0700 v1.12.6
  5. 37128b6 Fix indentation by David Pursehouse · Tue Oct 15 10:48:40 2013 +0900 v1.12.5
  6. 8d20116 repo: Support multiple branches for the same project. by David James · Fri Oct 11 17:03:19 2013 -0700
  7. 3bfd721 Don't upload when dest branch is not merge branch by Conley Owens · Mon Sep 30 15:54:38 2013 -0700
  8. 59b31cb don't pass project revision to UploadForReview by Colin Cross · Tue Oct 08 23:10:52 2013 -0700
  9. 610d3c4 upload: fix display of destination branch for SingleBranch by Chirayu Desai · Mon Jun 24 14:02:12 2013 +0530
  10. ef668c9 Merge "Fix a few issues with dest-branch and multiples" by Conley Owens · Mon Jun 10 14:35:13 2013 +0000
  11. 691a759 Fix a few issues with dest-branch and multiples by Bryan Jacobs · Fri May 31 15:45:28 2013 -0400
  12. 710d4b0 Fix a bug in repo upload --cbr by Bryan Jacobs · Fri May 31 15:28:05 2013 -0400
  13. f609f91 Send reviews to a different branch from fetch by Bryan Jacobs · Mon May 06 13:36:24 2013 -0400
  14. 59bbb58 Move Python version checking to a separate module by David Pursehouse · Fri May 17 10:49:33 2013 +0900
  15. 217ea7d Some fixes for supporting python3 by Chirayu Desai · Fri Mar 01 19:14:38 2013 +0530
  16. 2f9e7e4 Fix: Missing spaces in printed messages by David Pursehouse · Tue Mar 05 17:26:46 2013 +0900
  17. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · Wed Nov 14 12:09:38 2012 +0900
  18. c1b86a2 Fix inconsistent indentation by David Pursehouse · Wed Nov 14 11:36:51 2012 +0900
  19. cecd1d8 Change print statements to work in python3 by Sarah Owens · Thu Nov 01 22:59:27 2012 -0700
  20. fc24124 Convert prompt answers to lower case before checking by David Pursehouse · Wed Nov 14 09:19:39 2012 +0900
  21. 1d947b3 Even more coding style cleanup by David Pursehouse · Thu Oct 25 12:23:11 2012 +0900
  22. a5be53f Use modern Python exception syntax by Sarah Owens · Sun Sep 09 15:37:57 2012 -0700
  23. 8a68ff9 Coding style cleanup by David Pursehouse · Mon Sep 24 12:15:13 2012 +0900
  24. 435370c upload: add --draft option. by Brian Harring · Sat Jul 28 15:37:04 2012 -0700
  25. d666e93 repo: Add option review.URL.uploadtopic support by Anthony Russello · Fri Jun 01 00:48:22 2012 -0400 v1.9.2
  26. e9d6b61 New flag for repo upload: --current_branch (--cbr) by Daniel Sandler · Fri Apr 06 10:39:32 2012 -0400
  27. 6a1f737 Added remote destination branch information when uploading. by Christer Fletcher · Thu Apr 28 14:13:14 2011 +0200
  28. e931127 repo: capitalize default prompt char by Mike Frysinger · Thu Aug 11 15:46:43 2011 -0400
  29. 605a9a4 Fixed UnicodeDecodeError while uploading changes. by chenguodong · Mon Aug 22 18:42:47 2011 +0800
  30. d6c93a2 Add branch support to repo upload by Mandeep Singh Baines · Thu May 26 10:34:11 2011 -0700
  31. 37282b4 Support repo-level pre-upload hook and prep for future hooks. by Doug Anderson · Fri Mar 04 11:54:18 2011 -0800 v1.7.4
  32. f00e0ce upload: Catch and cleanly report connectivity errors by Shawn O. Pearce · Sat Aug 22 18:39:49 2009 -0700
  33. a0de6e8 upload: Remove --replace option by Ficus Kirkpatrick · Fri Oct 22 13:06:47 2010 -0700
  34. 60829ba upload: Fix --replace flag by Shawn O. Pearce · Fri Jul 16 07:42:45 2010 -0700 v1.6.10.2
  35. 3575b8f upload: Allow review.HOST.username to override email by Shawn O. Pearce · Thu Jul 15 17:00:14 2010 -0700 v1.6.10
  36. a5ece0e upload -t: Automatically include local branch name by Shawn O. Pearce · Thu Jul 15 16:52:42 2010 -0700
  37. cc50bac Warn users before uploading if there are local changes by Anthony Newnam · Thu Apr 08 10:28:59 2010 -0500
  38. 08a3f68 upload: Automatically --cc folks in review.URL.autocopy by Ben Komalo · Thu Jul 15 16:03:02 2010 -0700
  39. f0a9a1a upload: Move confirmation threshold from 3 to 5 commits by Dan Morrill · Wed May 05 08:18:35 2010 -0700 v1.6.9.5
  40. 879a9a5 upload: Confirm unusually large number of uploaded commit by Dan Morrill · Tue May 04 16:56:07 2010 -0700
  41. bc7ef67 Automatically guess Gerrit change number in "repo upload --replace" by Ficus Kirkpatrick · Mon May 04 12:45:11 2009 -0700 v1.6.7.4
  42. 8225cdc Display the URL we will upload changes to for review by Shawn O. Pearce · Sat Apr 18 11:00:35 2009 -0700
  43. 337fb9c Improve the help text for 'repo upload' by Shawn O. Pearce · Sat Apr 18 10:59:33 2009 -0700
  44. 66bdd46 Only compute commits in repo upload if we need to show a prompt by Shawn O. Pearce · Fri Apr 17 18:47:22 2009 -0700
  45. a608fb0 Allow review.URL.autoupload to skip prompting during `repo upload` by Shawn O. Pearce · Fri Apr 17 12:11:24 2009 -0700
  46. feabbdb Don't bother listing branch URLs during upload by Shawn O. Pearce · Thu Mar 19 10:20:27 2009 -0700
  47. a6df7d2 Describe upload --replace in upload's help text by Shawn O. Pearce · Fri Dec 12 08:04:07 2008 -0800 v1.4.2
  48. 6709244 Don't accept multiple commits for the same change in upload --replace by Shawn O. Pearce · Fri Dec 12 08:01:12 2008 -0800
  49. e92ceeb Fix upload --replace after it was broken when --review,--cc was added by Shawn O. Pearce · Mon Nov 24 15:51:25 2008 -0800 v1.4.1
  50. 2896a79 Add --review and --cc flags to repo upload, so you can by Joe Onorato · Mon Nov 17 16:56:36 2008 -0500
  51. c99883f Teach 'repo upload --replace' how to add replacement patch sets by Shawn O. Pearce · Tue Nov 11 17:12:43 2008 -0800 v1.3
  52. 0758d2f Show which user account each change was uploaded under by Shawn O. Pearce · Wed Oct 22 13:13:40 2008 -0700 v1.0.3
  53. cf31fe9 Initial Contribution by The Android Open Source Project · Tue Oct 21 07:00:00 2008 -0700 v1.0