summaryrefslogtreecommitdiffstats
path: root/subcmds
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix: GitError when using repo info -dOlof Johansson2013-01-291-1/+1
* 'repo status --orphans' shows non-repo filesWill Richey2013-01-291-0/+72
* Fix: missing space in information message after repo initDavid Pursehouse2013-01-291-1/+1
* Better error message when using --mirror in existing workspaceDavid Pursehouse2013-01-291-2/+4
* Fix: missing spaces in info command outputDavid Pursehouse2013-01-291-3/+3
* Allow sync to run even when the manifest is broken.Torne (Richard Coles)2012-12-051-2/+5
* Represent git-submodule as nested projects, take 2Che-Liang Chiou2012-11-191-2/+31
* Allow init command to set options from environment variablesDavid Pursehouse2012-11-171-0/+4
* Add option to abort on error in forallVictor Boivie2012-11-161-2/+13
* Add repo info commandOlof Johansson2012-11-152-0/+198
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-146-21/+21
* Fix inconsistent indentationDavid Pursehouse2012-11-142-103/+103
* Change print statements to work in python3Sarah Owens2012-11-1321-176/+200
* Convert prompt answers to lower case before checkingDavid Pursehouse2012-11-142-3/+3
* Merge "Change usages of xrange() to range()"Conley Owens2012-11-121-1/+1
|\
| * Change usages of xrange() to range()Sarah Owens2012-11-011-1/+1