summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add missing documentation of --current-branch option on sync commandDavid Pursehouse2015-01-291-0/+3
|/ /
* | pylint fixes for project.pyAnthony King2015-01-221-1/+1
* | If revision is sha hash and dest-branch is defined, use it for starting branchMax Liu2014-10-271-2/+6
* | Merge "upload: report names of uncommitted files"Conley Owens2014-10-211-2/+6
|\ \
| * | upload: report names of uncommitted filesVadim Bendebury2014-10-141-2/+6
* | | Exit 1 if repo download -c failsScott Anderson2014-10-171-0/+1
|/ /
* | Allow selection of a target when using smart sync.Jeff Davidson2014-10-021-1/+4
* | Merge "Provide detail print-out when not all projects of a branch are current."Conley Owens2014-08-261-3/+17
|\ \
| * | Provide detail print-out when not all projects of a branch are current.Etan Cohen2014-07-111-3/+17
* | | Add --jobs option to forall subcommandTakeshi Kanemoto2014-06-241-113/+177
* | | Merge "Define unicode as str if using Python 3"Conley Owens2014-05-071-2/+4
|\ \ \
| * | | Define unicode as str if using Python 3Anthony King2014-05-061-2/+4
| |/ /
* | | Use JSON instead of pickleAnthony King2014-05-071-26/+21
* | | Use next(iterator) rather than iterator.next()Anthony King2014-05-071-3/+3
|/ /
* / Add total count and iteration count to forall environmentMitchel Humpherys2014-03-311-1/+10
|/
* Add reviewers automatically from project's git configbijia2014-03-041-3/+14
* Merge "Clean up duplicate logic in subcmds/sync.py."Conley Owens2014-02-281-49/+34
|\
| * Clean up duplicate logic in subcmds/sync.py.David James2014-02-141-49/+34
* | Add the "diffmanifests" commandJulien Campergue2014-02-171-0/+195
* | Add error message for download -c conflictsRob Ward2014-02-111-1/+7
|/
* Add wrapper moduleConley Owens2014-01-301-2/+2
* Properly iterate through valuesv1.12.9Conley Owens2014-01-291-1/+1
* 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-103-13/+48
|\ \
| * | repo: Support multiple branches for the same project.David James2013-10-143-13/+48
* | | Add --archive option to init to sync using git archiveJulien Campergue2013-12-102-4/+28
| |/ |/|
* | Remove trailing whitespaceChirayu Desai2013-11-211-1/+1
* | Fix some python3 encoding issuesChirayu Desai2013-11-211-1/+1
* | 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
* Sync: Improved error message when manifest server RPC call failsDavid Pursehouse2013-09-251-1/+2
* Sync: Print name of manifest server used for smart sync/smart tagDavid Pursehouse2013-09-251-0/+2
* upload: fix display of destination branch for SingleBranchChirayu Desai2013-06-281-1/+1
* Merge "sync: assign manifest_name earlier"David Pursehouse2013-06-111-1/+2
|\
| * sync: assign manifest_name earlierChirayu Desai2013-06-111-1/+2
* | Fix urllib.parse (urlparse) handlingChirayu Desai2013-06-111-2/+2
|/
* 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
* | Merge "Fix "'module' object is not callable" error"Conley Owens2013-06-101-1/+1
|\ \
| * | Fix "'module' object is not callable" errorDavid Pursehouse2013-06-081-1/+1
* | | Degrade: Fix smart sync/smart tagVictor Boivie2013-06-081-3/+4
|/ /
* | Print project name for -p on mirror clientsJorge Gonzalez2013-06-031-1/+6
* | 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-234-23/+20
* Remove unused show_smart option on list and info commandsDavid Pursehouse2013-05-162-2/+2
* Use reference also for manifest gitVictor Boivie2013-05-121-1/+22