summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "should use os.path.lexist instead of os.path.exist"Shawn Pearce2013-01-281-3/+3
|\
| * should use os.path.lexist instead of os.path.existSebastian Frias2012-11-231-3/+3
* | Merge "Check for a cookie file when fetching clone.bundle."Conley Owens2013-01-171-0/+3
|\ \
| * | Check for a cookie file when fetching clone.bundle.Torne (Richard Coles)2013-01-111-0/+3
* | | If parsing the manifests fails, reset the XmlManifest objectJoe Onorato2013-01-171-1/+7
* | | Merge "Pass full path of the XML in local_manifests to the parser"Conley Owens2013-01-171-1/+2
|\ \ \
| * | | Pass full path of the XML in local_manifests to the parserTobias Droste2013-01-071-1/+2
| |/ /
* | | Merge "Make -notdefault a default manifest group"Conley Owens2013-01-141-3/+2
|\ \ \ | |/ / |/| |
| * | Make -notdefault a default manifest groupMatt Gumbel2012-12-211-3/+2
* | | Support resolving relative fetch URLs on persistent-https://v1.12.0Shawn Pearce2013-01-021-1/+8
|/ /
* | 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-195-57/+372
|/
* Allow init command to set options from environment variablesDavid Pursehouse2012-11-171-0/+4
* Allow command options to be set from environment variablesDavid Pursehouse2012-11-172-0/+41
* Merge "Raise a NoManifestException when the manifest DNE"Conley Owens2012-11-163-1/+14
|\
| * Raise a NoManifestException when the manifest DNEConley Owens2012-11-153-1/+14
* | Better error message if 'remove-project' refers to non-existent projectDavid Pursehouse2012-11-161-3/+2
|/
* Add option to abort on error in forallVictor Boivie2012-11-161-2/+13
* Merge "Simplify error handling in subcommand execution"Conley Owens2012-11-141-16/+15
|\
| * Simplify error handling in subcommand executionConley Owens2012-11-141-16/+15
* | Sync help text in repo from init.pyDavid Pursehouse2012-11-151-2/+3
* | Add repo info commandOlof Johansson2012-11-152-0/+198
* | Tidy up code formatting a bit moreDavid Pursehouse2012-11-1410-28/+28
* | Fix inconsistent indentationDavid Pursehouse2012-11-149-228/+228
|/
* Fix: "Statement seems to have no effect"David Pursehouse2012-11-142-2/+2
* Change print statements to work in python3Sarah Owens2012-11-1330-288/+310
* Convert prompt answers to lower case before checkingDavid Pursehouse2012-11-142-3/+3
* Minor documentation formatting and grammatical fixesDavid Pursehouse2012-11-141-3/+3
* Fix documentation reference to local_manifest.xmlDavid Pursehouse2012-11-141-1/+1
* More code style cleanupDavid Pursehouse2012-11-142-6/+5
* Remove magic hackDavid Pursehouse2012-11-142-18/+2
* Make load order of local manifests deterministicDavid Pursehouse2012-11-142-1/+7
* Merge "Print an error message when aborted by user"Conley Owens2012-11-121-0/+1
|\
| * Print an error message when aborted by userDavid Pursehouse2012-11-131-0/+1
* | Merge "Handle manifest parse errors in main"Conley Owens2012-11-121-0/+4
|\|
| * Handle manifest parse errors in mainDavid Pursehouse2012-11-131-0/+4
* | Merge "Better handling of duplicate remotes"Conley Owens2012-11-121-5/+14
|\|
| * Better handling of duplicate remotesDavid Pursehouse2012-11-131-5/+14
* | Merge "Change usages of xrange() to range()"Conley Owens2012-11-124-4/+4
|\ \ | |/ |/|
| * Change usages of xrange() to range()Sarah Owens2012-11-014-4/+4
* | Print deprecation warning when local_manifest.xml is usedDavid Pursehouse2012-11-132-1/+5
* | Add support for multiple local manifestsDavid Pursehouse2012-11-132-7/+26
* | Handle XML errors when parsing the manifestDavid Pursehouse2012-11-131-1/+5
* | Merge "Always show --manifest-server-* options"Conley Owens2012-11-071-6/+6
|\ \
| * | Always show --manifest-server-* optionsConley Owens2012-11-061-6/+6
| |/
* / Fix pylint warning W0108: Lambda may not be necessaryDavid Pursehouse2012-11-074-9/+8
|/
* Merge "Use python3 urllib when urllib2 not available"Conley Owens2012-11-013-28/+59
|\
| * Use python3 urllib when urllib2 not availableSarah Owens2012-10-313-28/+59
* | Merge "Use 'stat' package instead of literals for mkdir()"Conley Owens2012-11-011-1/+2
|\ \
| * | Use 'stat' package instead of literals for mkdir()Sarah Owens2012-10-311-1/+2