summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* stage: replace filter on lambda with list comprehensionDavid Pursehouse2013-05-081-4/+4
* Add regex support for subcommand forallZhiguang Li2013-04-292-13/+13
* Some fixes for supporting python3Chirayu Desai2013-04-188-25/+47
* sync: be more verboseChirayu Desai2013-04-151-0/+5
* list: add name-only and path-only optionsChirayu Desai2013-04-061-1/+18
* Special handling for manifest group "default"David Holmer2013-04-031-3/+4
* Reload the correct manifest during sync.Tim Kilbourn2013-03-081-2/+9
* Merge "Add manifest groups to the output of `info`"David Pursehouse2013-03-081-1/+7
|\
| * Add manifest groups to the output of `info`Conley Owens2013-03-071-1/+7
* | Fix: Missing spaces in printed messagesDavid Pursehouse2013-03-055-7/+7
|/
* Add --no-tags option to prevent fetching of tagsMitchel Humpherys2013-02-271-3/+9
* Fix crash in repo info when `%` is used in commit messagesOlof Johansson2013-02-261-1/+1
* Add missing sys module when referencing stderrConley Owens2013-02-121-2/+2