summaryrefslogtreecommitdiffstats
path: root/project.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint warning W0108: Lambda may not be necessaryDavid Pursehouse2012-11-071-1/+1
* project: Require git >= 1.7.2 for setting config on command lineDave Borowitz2012-10-311-1/+4
* Even more coding style cleanupDavid Pursehouse2012-10-301-8/+7
* Revert "Represent git-submodule as nested projects"v1.11.1Shawn O. Pearce2012-10-261-178/+1
* Merge "project: Support config args in git command callables"Shawn Pearce2012-10-251-3/+14
|\
| * project: Support config args in git command callablesDave Borowitz2012-10-241-3/+14
* | Fix pylint warnings introduced by the submodule patchChe-Liang Chiou2012-10-251-5/+4
* | Merge "Use modern Python exception syntax"Conley Owens2012-10-251-5/+5
|\ \
| * | Use modern Python exception syntaxSarah Owens2012-10-231-5/+5
| |/
* / Represent git-submodule as nested projectsChe-Liang Chiou2012-10-231-1/+179
|/
* More coding style cleanupDavid Pursehouse2012-10-221-8/+16
* Rename "dir" variablesMickaël Salaün2012-10-101-3/+3
* Coding style cleanupDavid Pursehouse2012-10-091-61/+58
* manifest: record the original revision when in -r mode.Brian Harring2012-09-281-10/+35
* Fix errors when clone.bundle missing on serverMatt Gumbel2012-09-061-3/+13
* Allow projects to be specified as notdefaultConley Owens2012-09-051-7/+8
* Remove unused importsDavid Pursehouse2012-08-231-3/+1
* project.py: Replace the relpath function with os.path.relpathMickaël Salaün2012-08-061-17/+2
* Use curl command line tool for clone.bundlev1.10.3Shawn O. Pearce2012-08-021-102/+30
* Fix unsupported operand type(s) for +: 'int' and 'str'v1.10.1Shawn O. Pearce2012-08-011-1/+1
* Fix percent done on resumed /clone.bundlev1.10.0Shawn O. Pearce2012-08-011-4/+4
* upload: add --draft option.Brian Harring2012-07-281-4/+12
* Don't delete the branch config when switching branches.v1.9.6Torne (Richard Coles)2012-07-201-1/+1
* Detach branch even when already on the latest revision using sync -dFlorian Vallee2012-06-131-4/+7
* Fix switching manifest branches using repo init -bFlorian Vallee2012-06-131-0/+16
* Allow projects with groups=Nonev1.9.1Colin Cross2012-05-241-0/+2
* Fix initial sync broken by sync-c optionv1.9.0Shawn O. Pearce2012-05-241-1/+9
* repo download: add --ff-only optionPierre Tardy2012-05-241-1/+3
* repo download: add --revert optionErwan Mahe2012-05-241-0/+9
* repo download: add --cherry-pick optionPierre Tardy2012-05-241-0/+8
* Add sync-c option to manifestAnatol Pomazau2012-04-231-1/+4
* Refine groups functionalityConley Owens2012-04-231-34/+14
* Add project annotation handling to repoJames W. Mills2012-04-231-0/+9
* Check if SHA1 presents in repositoryAnatol Pomazau2012-04-231-2/+4
* Add manifest groupsv1.8.2Colin Cross2012-04-131-2/+44
* Option for 'repo diff' to generate output suitable for 'patch' cmdpelya2012-04-131-1/+4
* Ignore /clone.bundle on HTTP 401, 403 and 404v1.8.1Shawn O. Pearce2012-03-221-1/+1
* Do not change branch.foo.merge in case of manifest syncAnatol Pomazau2012-03-201-1/+3
* sync: --no-clone-bundle disables the clone bundle supportv1.8.0Shawn O. Pearce2012-03-141-2/+8
* Permit - in URL schemes for special URLsShawn O. Pearce2012-03-141-0/+2
* repo status to print project name on clean gitsAli Utku Selen2012-03-121-1/+1
* Add 'rebase="false"' attribute to the <project/> XML.Mike Pontillo2012-03-121-2/+5
* Avoid missing content-length header in project.pyConley Owens2012-03-121-1/+1
* upload: Support uploading to Gerrit over https://v1.7.8.2Shawn O. Pearce2012-01-111-16/+15
* Fix typoAnatol Pomazau2011-11-291-1/+1
* Add a sync flag that fetches only current branchAnatol Pomazau2011-11-031-18/+37
* Fix Python 2.4 supportShawn O. Pearce2011-10-111-1/+6
* Work around Python 2.7 urllib2 bugShawn O. Pearce2011-10-111-33/+44
* Fix AttributeError: 'HTTPError' object has no attribute 'reason'v1.7.7.2Shawn O. Pearce2011-10-111-1/+1
* Work around Python 2.7 failure to initialize base classShawn O. Pearce2011-10-111-1/+7