summaryrefslogtreecommitdiffstats
path: root/manifest.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor Manifest to be XmlManifestShawn O. Pearce2009-05-291-381/+0
* Remove support for the extra <remote> definitions in manifestsShawn O. Pearce2009-05-191-36/+2
* Remove unused parsing support for <require commit=""/>Shawn O. Pearce2009-05-191-5/+0
* Add repo manifest -o to save a manifestv1.6.2Shawn O. Pearce2009-03-051-2/+72
* Support <remove-project name="X"> in manifest to remove/replace Xv1.4Shawn O. Pearce2008-11-201-0/+10
* Treat missing attributes as None when parsing the manifestv1.2Shawn O. Pearce2008-11-061-0/+2
* Add <add-remote to-project="..."> to inject additional remotesShawn O. Pearce2008-11-061-7/+20
* Add <remote project-name="..."> attribute within projectsShawn O. Pearce2008-11-061-1/+8
* Add 'repo init --mirror' to download a complete forrestv1.1Shawn O. Pearce2008-11-051-4/+53
* Assume the manifest branch matches the branch name in GitShawn O. Pearce2008-11-041-6/+7
* Cleanup stale manifest migration code from manifest.pyShawn O. Pearce2008-11-041-9/+2
* Remove import_tar, import_zip and the <snapshot> elementsv1.0.7Shawn O. Pearce2008-10-301-72/+0
* Move the Editor configuration out of Manifest's constructorShawn O. Pearce2008-10-291-3/+0
* Support user supplied custom .repo/local_manifest.xml filesv1.0.5Shawn O. Pearce2008-10-231-5/+17
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+338