Gitiles
Code Review
Sign In
git01.mediatek.com
/
git-repo
/
f385d0ca09cf5076d602b6d585c1f06e84b757fe
/
main.py
217ea7d
Some fixes for supporting python3
by Chirayu Desai
· Fri Mar 01 19:14:38 2013 +0530
b148ac9
Allow command options to be set from environment variables
by David Pursehouse
· Fri Nov 16 09:33:39 2012 +0900
75ee057
Raise a NoManifestException when the manifest DNE
by Conley Owens
· Thu Nov 15 17:33:11 2012 -0800
e66291f
Merge "Simplify error handling in subcommand execution"
by Conley Owens
· Wed Nov 14 16:22:41 2012 -0800
7ba25be
Simplify error handling in subcommand execution
by Conley Owens
· Wed Nov 14 14:18:06 2012 -0800
c1b86a2
Fix inconsistent indentation
by David Pursehouse
· Wed Nov 14 11:36:51 2012 +0900
cecd1d8
Change print statements to work in python3
by Sarah Owens
· Thu Nov 01 22:59:27 2012 -0700
685f080
More code style cleanup
by David Pursehouse
· Wed Nov 14 08:34:39 2012 +0900
8898e2f
Remove magic hack
by David Pursehouse
· Wed Nov 14 07:51:03 2012 +0900
8e3d355
Merge "Print an error message when aborted by user"
by Conley Owens
· Mon Nov 12 17:35:47 2012 -0800
4a4776e
Merge "Handle manifest parse errors in main"
by Conley Owens
· Mon Nov 12 17:35:40 2012 -0800
6287543
Merge "Change usages of xrange() to range()"
by Conley Owens
· Mon Nov 12 17:30:55 2012 -0800
b0936b0
Print an error message when aborted by user
by David Pursehouse
· Tue Nov 13 09:56:16 2012 +0900
0b8df7b
Handle manifest parse errors in main
by David Pursehouse
· Tue Nov 13 09:51:57 2012 +0900
7e6dd2d
Fix pylint warning W0108: Lambda may not be necessary
by David Pursehouse
· Thu Oct 25 12:40:51 2012 +0900
a6053d5
Change usages of xrange() to range()
by Sarah Owens
· Thu Nov 01 13:36:50 2012 -0700
1f7627f
Use python3 urllib when urllib2 not available
by Sarah Owens
· Wed Oct 31 09:21:55 2012 -0700
1d947b3
Even more coding style cleanup
by David Pursehouse
· Thu Oct 25 12:23:11 2012 +0900
c9129d9
Update PGP keys during _PostRepoUpgrade in `sync`
by Conley Owens
· Mon Oct 01 16:12:28 2012 -0700
a5be53f
Use modern Python exception syntax
by Sarah Owens
· Sun Sep 09 15:37:57 2012 -0700
5c6eeac
More coding style cleanup
by David Pursehouse
· Thu Oct 11 16:44:48 2012 +0900
e986072
Support HTTP authentication using user input as fallback
by JoonCheol Park
· Thu Oct 11 02:31:44 2012 +0900
2f6ab7f
Rename "dir" variables
by Mickaël Salaün
· Sun Sep 30 00:37:55 2012 +0200
8a68ff9
Coding style cleanup
by David Pursehouse
· Mon Sep 24 12:15:13 2012 +0900
e15c65a
Remove unused imports
by David Pursehouse
· Wed Aug 22 10:46:11 2012 +0900
ae0a36c
Add support for Apache Digest authentication for repo init.
by Xiaodong Xu
· Tue Jan 31 11:10:09 2012 +0800
ecff4f1
Describe the repo launch version in `repo version`
by Shawn O. Pearce
· Tue Nov 29 15:01:33 2011 -0800
3ce2a6b
Propagate result codes from subcmds to sys.exit().
by Daniel Sandler
· Fri Apr 29 09:59:12 2011 -0400
b660539
Fix sync on Python 2.6.6
by Shawn O. Pearce
· Tue Oct 11 15:58:07 2011 -0700
v1.7.7.4
df5ee52
Fix Python 2.4 support
by Shawn O. Pearce
· Tue Oct 11 14:05:21 2011 -0700
fab96c6
Work around Python 2.7 urllib2 bug
by Shawn O. Pearce
· Tue Oct 11 12:00:38 2011 -0700
f322b9a
sync: Support downloading bundle to initialize repository
by Shawn O. Pearce
· Mon Sep 19 14:50:58 2011 -0700
v1.7.7
7b947de
Ignore missing ~/.netrc
by Shawn O. Pearce
· Fri Sep 23 11:50:31 2011 -0700
v1.7.6.1
3a0e782
Add global option --time to track execution
by Shawn O. Pearce
· Thu Sep 22 17:06:41 2011 -0700
bd0312a
Support ~/.netrc for HTTP Basic authentication
by Shawn O. Pearce
· Mon Sep 19 10:04:23 2011 -0700
334851e
Enhance HTTP support
by Shawn O. Pearce
· Mon Sep 19 08:05:31 2011 -0700
014d060
Honor http_proxy variable globally
by Shawn O. Pearce
· Sun Sep 11 12:57:15 2011 -0700
2bf9db0
Add "repo branch" as an alias for "repo branches"
by Mike Lockwood
· Tue Jul 14 15:23:39 2009 -0400
0048b69
Fixed race condition in 'repo sync -jN' that would open multiple masters.
by Doug Anderson
· Tue Dec 21 13:39:23 2010 -0800
v1.7.2
c8a300f
Refactor Manifest to be XmlManifest
by Shawn O. Pearce
· Mon May 18 13:19:57 2009 -0700
fb23161
Automatically use SSH control master support during sync
by Shawn O. Pearce
· Fri Apr 10 18:53:46 2009 -0700
db45da1
Add -p to `repo forall` to improve output formatting
by Shawn O. Pearce
· Sat Apr 18 13:49:13 2009 -0700
ad3193a
Fix `repo --trace` to show ref and config loads
by Shawn O. Pearce
· Sat Apr 18 09:54:51 2009 -0700
0ed2bd1
Add global --trace command line option
by Shawn O. Pearce
· Mon Mar 09 18:26:31 2009 -0700
c95583b
Don't permit users to run repo status in a mirror client
by Shawn O. Pearce
· Tue Mar 03 17:47:06 2009 -0800
47c1a63
Add 'repo version' to describe what code we are running
by Shawn O. Pearce
· Mon Mar 02 18:24:23 2009 -0800
559b846
Report better errors when a project revision is invalid
by Shawn O. Pearce
· Mon Mar 02 12:56:08 2009 -0800
c9ef744
Install a default pre-auto-gc hook in all repositories
by Shawn O. Pearce
· Mon Nov 03 10:32:09 2008 -0800
7965f9f
Move the Editor configuration out of Manifest's constructor
by Shawn O. Pearce
· Wed Oct 29 15:20:02 2008 -0700
7542d66
Remove the Python 2.4 dependency and use just 'python'
by Shawn O. Pearce
· Tue Oct 21 07:11:36 2008 -0700
v1.0.1
cf31fe9
Initial Contribution
by The Android Open Source Project
· Tue Oct 21 07:00:00 2008 -0700
v1.0