summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
...
* Give the node _Default class a destBranchExprConley Owens2013-09-251-0/+1
* Fix urllib.parse (urlparse) handlingChirayu Desai2013-06-111-1/+1
* Fix "'module' object is not callable" errorDavid Pursehouse2013-06-081-1/+1
* Send reviews to a different branch from fetchBryan Jacobs2013-05-241-1/+6
* Move Python version checking to a separate moduleDavid Pursehouse2013-05-231-5/+5
* Some fixes for supporting python3Chirayu Desai2013-04-181-32/+32
* Allow mirror to be created in directories specified by 'path' attributeScott Fan2013-04-111-0/+4
* Allow clone depth to be specified per projectDavid Pursehouse2013-04-101-0/+11
* Fix `repo manifest` support of remote aliases.Brian Harring2013-04-031-2/+0
* Fix: local manifest deprecation warning appears more than onceDavid Pursehouse2013-02-171-3/+6
* Exit with fatal error if local manifest file cannot be parsedDavid Pursehouse2013-02-171-5/+2
* Show full path of `local_manifests` folder in deprecation warningDavid Pursehouse2013-02-171-2/+2
* 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
* | 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
|/ /
* / Represent git-submodule as nested projects, take 2Che-Liang Chiou2012-11-191-26/+103
|/
* Better error message if 'remove-project' refers to non-existent projectDavid Pursehouse2012-11-161-3/+2
* Fix inconsistent indentationDavid Pursehouse2012-11-141-22/+22
* Change print statements to work in python3Sarah Owens2012-11-131-3/+5
* Make load order of local manifests deterministicDavid Pursehouse2012-11-141-1/+1
* Better handling of duplicate remotesDavid Pursehouse2012-11-131-5/+14
* Print deprecation warning when local_manifest.xml is usedDavid Pursehouse2012-11-131-0/+2
* Add support for multiple local manifestsDavid Pursehouse2012-11-131-1/+13
* Handle XML errors when parsing the manifestDavid Pursehouse2012-11-131-1/+5
* Even more coding style cleanupDavid Pursehouse2012-10-301-1/+1
* Revert "Represent git-submodule as nested projects"v1.11.1Shawn O. Pearce2012-10-261-82/+26
* Merge "Use modern Python exception syntax"Conley Owens2012-10-251-1/+1
|\
| * Use modern Python exception syntaxSarah Owens2012-10-231-1/+1
* | Add pylint configuration and instructionsDavid Pursehouse2012-10-241-1/+1
* | Represent git-submodule as nested projectsChe-Liang Chiou2012-10-231-26/+82
|/
* More coding style cleanupDavid Pursehouse2012-10-221-1/+2
* Coding style cleanupDavid Pursehouse2012-10-091-2/+1
* Merge "manifest: record the original revision when in -r mode."Conley Owens2012-10-031-6/+13
|\
| * manifest: record the original revision when in -r mode.Brian Harring2012-09-281-6/+13
* | Fix incorrect default_groups when parsing projects from XML manifestDavid Holmer2012-09-261-1/+1
* | Clean up importsDavid Pursehouse2012-09-181-1/+2
|/
* Fix ManifestParseError when first child node is commentv1.10.4Jooncheol Park2012-09-071-3/+5
* Allow projects to be specified as notdefaultConley Owens2012-09-051-2/+2
* Remove unused importsDavid Pursehouse2012-08-231-1/+1
* Omit all default groups when generating a manifestDmitry Fink2012-08-071-1/+2
* Fix mirror modev1.10.2Shawn O. Pearce2012-08-021-1/+1
* Add remote alias support in manifestYestin Sun2012-07-311-2/+10
* Inject the project name into each projects groups.Brian Harring2012-07-311-2/+3
* Restore include support.Brian Harring2012-06-071-5/+6
* Parse manifest and local_manifest togetherColin Cross2012-05-241-41/+33