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