summaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable'Shawn O. Pearce2010-12-221-1/+2
|\
| * Fixed race condition in 'repo sync -jN' that would open multiple masters.v1.7.2Doug Anderson2010-12-211-1/+2
* | Add "repo branch" as an alias for "repo branches"Mike Lockwood2009-07-141-0/+2
* | Create an abstract Manifest base classShawn O. Pearce2009-07-031-4/+0
|/
* Refactor Manifest to be XmlManifestShawn O. Pearce2009-05-291-2/+2
* Automatically use SSH control master support during syncShawn O. Pearce2009-04-181-1/+5
* Add -p to `repo forall` to improve output formattingShawn O. Pearce2009-04-181-2/+3
* Fix `repo --trace` to show ref and config loadsShawn O. Pearce2009-04-181-2/+2
* Add global --trace command line optionShawn O. Pearce2009-03-091-0/+6
* Don't permit users to run repo status in a mirror clientShawn O. Pearce2009-03-031-1/+9
* Add 'repo version' to describe what code we are runningShawn O. Pearce2009-03-021-0/+10
* Report better errors when a project revision is invalidShawn O. Pearce2009-03-021-0/+4
* Install a default pre-auto-gc hook in all repositoriesShawn O. Pearce2008-11-031-3/+5
* Move the Editor configuration out of Manifest's constructorShawn O. Pearce2008-10-291-0/+2
* Remove the Python 2.4 dependency and use just 'python'v1.0.1Shawn O. Pearce2008-10-211-1/+1
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+198