summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
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
* | 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
* ManifestXml: add include supportBrian Harring2012-05-241-8/+31
* Add sync-c option to manifestAnatol Pomazau2012-04-231-1/+22
* Treat groups= as defaultColin Cross2012-04-231-1/+1
* Refine groups functionalityConley Owens2012-04-231-9/+12
* Add project annotation handling to repoJames W. Mills2012-04-231-0/+20
* Add manifest groupsv1.8.2Colin Cross2012-04-131-1/+21
* Add 'rebase="false"' attribute to the <project/> XML.Mike Pontillo2012-03-121-1/+8
* Revert "Default repo manifest settings in git config"v1.7.8.1Shawn O. Pearce2011-11-301-5/+1
* Default repo manifest settings in git configVictor Boivie2011-11-291-1/+5
* Remove extra '/' in RemoteSpecv1.7.7.6Conley Owens2011-11-031-1/+1
* Correctly name projects when mirroringv1.7.7.5Conley Owens2011-10-201-4/+8
* Allow remote url to be relative to manifst urlConley Owens2011-09-281-6/+19