summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
* manifest: allow toplevel project checkoutsv2.13.5Mike Frysinger2021-03-121-2/+5
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-0/+12
* manifest: relax include name rules for user-specified pathv2.13.1Mike Frysinger2021-03-021-11/+30
* manifest: validate project name & path and include name attributesMike Frysinger2021-02-281-4/+14
* manifest: refactor the filesystem checking logic for more reuseMike Frysinger2021-02-281-5/+31
* use simpler super() magicMike Frysinger2021-02-191-4/+3
* trim redundant pass statementsMike Frysinger2021-02-161-1/+0
* manifest: set revisionId as revision attribute it it is not being set in ToXml.Raman Tenneti2021-02-071-0/+2
* manifest_xml: initial support for <superproject>Raman Tenneti2021-01-081-0/+37
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-9/+1
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* manifest_xml: harmonize list fieldsMike Frysinger2020-12-041-6/+10
* manifest: add support for groups in includev2.10Fredrik de Groot2020-11-261-2/+12
* manifest_xml: refactor manifest parsing from client managementMike Frysinger2020-11-181-25/+55
* manifest: add a --json output optionMike Frysinger2020-11-171-3/+52
* manifest_xml: correct project revisionId for extend-projectMiguel Gaio2020-11-121-1/+5
* manifest: drop support for local_manifest.xmlMike Frysinger2020-09-081-10/+6
* manifest: normalize name & path when constructing fs pathsMike Frysinger2020-05-261-0/+8
* Make partial clone imply no-clone-bundle by default.Xin Li2020-05-211-0/+8
* When writing manifest, set the dest-branch attribute for projectsSean McAllister2020-04-201-1/+8
* manifest_xml: unify bool & int parsingMike Frysinger2020-03-131-55/+70
* manifest_xml: skip config lookup during first initv2.4.1Mike Frysinger2020-02-241-1/+1
* manifest_xml: change .repo/manifest.xml to a plain fileMike Frysinger2020-02-221-6/+21
* manifest/tests: get them passing under WindowsMike Frysinger2020-02-211-3/+14
* add experimental git worktree supportMike Frysinger2020-02-191-6/+29
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-1/+3
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-13/+13
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-2/+2
* Fix tests for membership to use 'not in'David Pursehouse2020-02-121-1/+1
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-34/+34
* Remove trailing blank linesDavid Pursehouse2020-02-121-1/+0
* manifest_xml: allow src=. with symlinksMike Frysinger2020-02-101-5/+7
* Add a way to override the remote using <extend-project>Kyunam Jo2020-02-041-0/+5
* project: add basic path checks for <copyfile> & <linkfile>Mike Frysinger2020-02-041-2/+2
* manifest: add basic path checks for <copyfile> & <linkfile>Mike Frysinger2020-02-041-3/+82
* Add support for partial clone.v1.13.4Xin Li2019-07-161-0/+6
* fix raise syntaxMike Frysinger2019-07-051-1/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* diffmanifests: honor user-supplied manifest pathsBasil Gello2019-06-061-21/+36
* Add support for long pathsRenaud Paquay2018-10-221-1/+1
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-2/+1
* manifest: Support a default upstream valueNasser Grainawi2018-05-091-2/+8
* Add a way to override the revision of an <extend-project>Luis Hector Chavez2018-03-151-0/+3
* implement optional 'sync-tags' in the manifest fileYOUNG HO CHA2018-02-141-0/+20
* Replace all os.remove callsRenaud Paquay2017-08-311-1/+1
* Add support for creating symbolic links on WindowsRenaud Paquay2017-05-291-1/+2
* sync: Add support to dump a JSON event log of all sync events.David Riley2017-05-291-2/+4
* Use OS file separatorRenaud Paquay2017-05-281-1/+1
* init: add --submodules to sync manifest submodulesMartin Kelly2017-05-231-0/+4
* Add sso to list of known schemes for relative URLsJoe Kilner2016-10-271-2/+12