summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sync: Allow -j to have a default in manifestv1.7.6Shawn O. Pearce2011-09-221-0/+9
* Support repo-level pre-upload hook and prep for future hooks.v1.7.4Doug Anderson2011-03-111-24/+66
* Make path references OS independentAnthony Newnam2011-01-091-1/+1
* Added feature to print a <notice> from manifest at the end of a sync.v1.7.1Doug Anderson2010-11-011-0/+62
* Add a 'smart sync' option to repo syncv1.6.9.2Nico Sallembien2010-04-131-3/+29
* Support detached HEAD in manifest repositoryv1.6.8.5Shawn O. Pearce2009-06-251-1/+1
* Change project.revision to revisionExpr and revisionIdShawn O. Pearce2009-05-291-15/+17
* Refactor how projects parse remotes so it can be replacedShawn O. Pearce2009-05-291-6/+20
* Refactor Manifest to be XmlManifestShawn O. Pearce2009-05-291-0/+381