summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Add extend-project tag to support adding groups to an existing project"Conley Owens2014-09-181-2/+22
|\
| * Add extend-project tag to support adding groups to an existing projectJosh Triplett2014-06-201-2/+22
* | Add support for rpc:// protocol schemes.T.R. Fullhart2014-09-101-0/+4
* | Enable transferring of attribute using command 'repo manifest -o -'Mani Chandel2014-07-241-0/+2
|/
* Merge "Enable remotes to define their own revision"Conley Owens2014-05-081-6/+16
|\
| * Enable remotes to define their own revisionAnthony King2014-05-071-6/+16
* | Merge "Return a list rather than dict_values in XmlManifest.projects()"Conley Owens2014-05-071-1/+1
|\ \
| * | Return a list rather than dict_values in XmlManifest.projects()Anthony King2014-05-061-1/+1
| |/
* / Use sorted() rather than .sort()Anthony King2014-05-061-4/+2
|/
* Add linkfile support.Jeff Hamilton2014-04-221-0/+16
* Fix to mirror manifest when --mirror is givenKwanhong Lee2014-02-201-1/+2
* Add the "diffmanifests" commandJulien Campergue2014-02-171-1/+38
* Fix persistent-https relative url resolvingConley Owens2014-01-311-8/+10
* repo: Fix 'remove-project' regression with multiple projects.v1.12.10David James2014-01-301-3/+6
* Merge "repo: Support multiple branches for the same project."Conley Owens2014-01-101-19/+45
|\
| * repo: Support multiple branches for the same project.David James2013-10-141-19/+45
* | Add --archive option to init to sync using git archiveJulien Campergue2013-12-101-0/+4
* | Fix a small whitespace consistency issueConley Owens2013-10-161-1/+1
* | Dan't accessing attr of None (`manifest` subcmd)Conley Owens2013-10-161-1/+3
* | Fix indentationv1.12.5David Pursehouse2013-10-151-4/+3
* | Merge "Better handling of duplicate default"David Pursehouse2013-10-151-5/+14
|\ \ | |/ |/|
| * Better handling of duplicate defaultJulien Campergue2013-10-101-5/+14
* | Respect remote aliasesConley Owens2013-10-081-1/+6
|/
* 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