summaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsDavid Pursehouse2012-08-231-1/+0
* Add support for Apache Digest authentication for repo init.Xiaodong Xu2012-03-141-2/+21
* Describe the repo launch version in `repo version`Shawn O. Pearce2011-11-291-0/+4
* Propagate result codes from subcmds to sys.exit().Daniel Sandler2011-11-291-10/+17
* Fix sync on Python 2.6.6v1.7.7.4Shawn O. Pearce2011-10-111-0/+2
* Fix Python 2.4 supportShawn O. Pearce2011-10-111-1/+8
* Work around Python 2.7 urllib2 bugShawn O. Pearce2011-10-111-1/+10
* sync: Support downloading bundle to initialize repositoryv1.7.7Shawn O. Pearce2011-09-281-0/+4
* Ignore missing ~/.netrcv1.7.6.1Shawn O. Pearce2011-09-231-0/+2
* Add global option --time to track executionShawn O. Pearce2011-09-221-1/+18
* Support ~/.netrc for HTTP Basic authenticationShawn O. Pearce2011-09-191-0/+12
* Enhance HTTP supportShawn O. Pearce2011-09-191-2/+58
* Honor http_proxy variable globallyShawn O. Pearce2011-09-111-0/+8
* Add "repo branch" as an alias for "repo branches"Mike Lockwood2011-01-091-0/+2
* Fixed race condition in 'repo sync -jN' that would open multiple masters.v1.7.2Doug Anderson2010-12-211-1/+2
* 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