1. 223bf96 should use os.path.lexist instead of os.path.exist by Sebastian Frias · Wed Nov 21 19:09:25 2012 +0100
  2. 3f5ea0b Allow init command to set options from environment variables by David Pursehouse · Sat Nov 17 03:13:09 2012 +0900
  3. b148ac9 Allow command options to be set from environment variables by David Pursehouse · Fri Nov 16 09:33:39 2012 +0900
  4. a67df63 Merge "Raise a NoManifestException when the manifest DNE" by Conley Owens · Fri Nov 16 10:39:24 2012 -0800
  5. f910748 Better error message if 'remove-project' refers to non-existent project by David Pursehouse · Fri Nov 16 19:12:32 2012 +0900
  6. 75ee057 Raise a NoManifestException when the manifest DNE by Conley Owens · Thu Nov 15 17:33:11 2012 -0800
  7. 88b8672 Add option to abort on error in forall by Victor Boivie · Wed Sep 07 09:43:28 2011 +0200
  8. e66291f Merge "Simplify error handling in subcommand execution" by Conley Owens · Wed Nov 14 16:22:41 2012 -0800
  9. 7ba25be Simplify error handling in subcommand execution by Conley Owens · Wed Nov 14 14:18:06 2012 -0800
  10. 3794a78 Sync help text in repo from init.py by David Pursehouse · Thu Nov 15 06:17:30 2012 +0900
  11. 33949c3 Add repo info command by Olof Johansson · Tue Jul 10 14:32:23 2012 +0200
  12. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · Wed Nov 14 12:09:38 2012 +0900
  13. 98ffba1 Fix: "Statement seems to have no effect" by David Pursehouse · Wed Nov 14 11:18:00 2012 +0900
  14. c1b86a2 Fix inconsistent indentation by David Pursehouse · Wed Nov 14 11:36:51 2012 +0900
  15. cecd1d8 Change print statements to work in python3 by Sarah Owens · Thu Nov 01 22:59:27 2012 -0700
  16. fc24124 Convert prompt answers to lower case before checking by David Pursehouse · Wed Nov 14 09:19:39 2012 +0900
  17. 9f3406e Minor documentation formatting and grammatical fixes by David Pursehouse · Wed Nov 14 08:52:25 2012 +0900
  18. b1525bf Fix documentation reference to local_manifest.xml by David Pursehouse · Wed Nov 14 08:51:38 2012 +0900
  19. 685f080 More code style cleanup by David Pursehouse · Wed Nov 14 08:34:39 2012 +0900
  20. 8898e2f Remove magic hack by David Pursehouse · Wed Nov 14 07:51:03 2012 +0900
  21. 52f1e5d Make load order of local manifests deterministic by David Pursehouse · Wed Nov 14 04:53:24 2012 +0900
  22. 8e3d355 Merge "Print an error message when aborted by user" by Conley Owens · Mon Nov 12 17:35:47 2012 -0800
  23. 4a4776e Merge "Handle manifest parse errors in main" by Conley Owens · Mon Nov 12 17:35:40 2012 -0800
  24. 2fa715f Merge "Better handling of duplicate remotes" by Conley Owens · Mon Nov 12 17:35:30 2012 -0800
  25. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · Mon Nov 12 17:30:55 2012 -0800
  26. b0936b0 Print an error message when aborted by user by David Pursehouse · Tue Nov 13 09:56:16 2012 +0900
  27. 0b8df7b Handle manifest parse errors in main by David Pursehouse · Tue Nov 13 09:51:57 2012 +0900
  28. 717ece9 Better handling of duplicate remotes by David Pursehouse · Tue Nov 13 08:49:16 2012 +0900
  29. 5566ae5 Print deprecation warning when local_manifest.xml is used by David Pursehouse · Tue Nov 13 03:04:18 2012 +0900
  30. 2d5a0df Add support for multiple local manifests by David Pursehouse · Tue Nov 13 02:50:36 2012 +0900
  31. f7fc8a9 Handle XML errors when parsing the manifest by David Pursehouse · Tue Nov 13 04:00:28 2012 +0900
  32. 1ad7b55 Merge "Always show --manifest-server-* options" by Conley Owens · Wed Nov 07 12:39:25 2012 -0800
  33. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · Thu Oct 25 12:40:51 2012 +0900
  34. 8d070cf Always show --manifest-server-* options by Conley Owens · Tue Nov 06 13:14:31 2012 -0800
  35. a6053d5 Change usages of xrange() to range() by Sarah Owens · Thu Nov 01 13:36:50 2012 -0700
  36. e072a92 Merge "Use python3 urllib when urllib2 not available" by Conley Owens · Thu Nov 01 10:13:33 2012 -0700
  37. 7601ee2 Merge "Use 'stat' package instead of literals for mkdir()" by Conley Owens · Thu Nov 01 10:01:17 2012 -0700
  38. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · Wed Oct 31 09:21:55 2012 -0700
  39. b42b474 project: Require git >= 1.7.2 for setting config on command line by Dave Borowitz · Wed Oct 31 12:27:27 2012 -0700
  40. e215267 sync: Only parallelize gc for git >= 1.7.2 by Dave Borowitz · Wed Oct 31 12:24:38 2012 -0700
  41. 60798a3 Use 'stat' package instead of literals for mkdir() by Sarah Owens · Thu Oct 25 17:53:09 2012 -0700
  42. 1d947b3 Even more coding style cleanup by David Pursehouse · Thu Oct 25 12:23:11 2012 +0900
  43. 2d113f3 Merge "Update minimum git version to 1.7.2" by Shawn Pearce · Fri Oct 26 16:10:21 2012 -0700
  44. de7eae4 Merge "Revert "Represent git-submodule as nested projects"" by Shawn O. Pearce · Fri Oct 26 12:30:38 2012 -0700
  45. 2fe99e8 Merge "repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments" by Shawn O. Pearce · Fri Oct 26 12:27:36 2012 -0700
  46. cd81dd6 Revert "Represent git-submodule as nested projects" by Shawn O. Pearce · Fri Oct 26 12:18:00 2012 -0700 v1.11.1
  47. 80d2ceb repo selfupdate: Fix _PostRepoUpgrade takes 2 arguments by Shawn O. Pearce · Fri Oct 26 12:23:05 2012 -0700
  48. c5aa4d3 Update minimum git version to 1.7.2 by Conley Owens · Fri Oct 26 11:34:11 2012 -0700
  49. bed45f9 Merge "Show user about not initializing repo in current directory" by Conley Owens · Fri Oct 26 09:52:15 2012 -0700
  50. 55e4d46 Add a PGP key for cco3@android.com by Conley Owens · Mon Oct 01 16:12:28 2012 -0700 v1.11.0
  51. 75cc353 Show user about not initializing repo in current directory by Yang Zhenhui · Tue Oct 23 15:41:54 2012 +0800
  52. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · Mon Oct 01 16:12:28 2012 -0700
  53. 57365c9 Merge "sync: Run gc --auto in parallel" by Shawn Pearce · Thu Oct 25 17:38:05 2012 -0700
  54. dc96476 Merge "project: Support config args in git command callables" by Shawn Pearce · Thu Oct 25 17:36:03 2012 -0700
  55. 2577cec Merge "sync: Keep a moving average of last fetch times" by Shawn Pearce · Thu Oct 25 17:35:15 2012 -0700
  56. e48d346 Merge "sync: Order projects according to last fetch time" by Shawn Pearce · Thu Oct 25 17:33:36 2012 -0700
  57. ab8f911 Fix pylint warnings introduced by the submodule patch by Che-Liang Chiou · Thu Oct 25 13:44:11 2012 -0700
  58. 608aff7 Merge "Use modern Python exception syntax" by Conley Owens · Thu Oct 25 10:03:36 2012 -0700
  59. 13657c4 Merge "Add regex matching to repo list command" by Conley Owens · Thu Oct 25 10:00:41 2012 -0700
  60. e4ed8f6 Merge "Add pylint configuration and instructions" by Conley Owens · Thu Oct 25 09:51:06 2012 -0700
  61. fdb4447 Merge "Change PyDev project version to "python 2.6"" by Conley Owens · Thu Oct 25 09:46:38 2012 -0700
  62. 1885721 sync: Run gc --auto in parallel by Dave Borowitz · Tue Oct 23 17:02:59 2012 -0700
  63. d75c669 Add regex matching to repo list command by Olof Johansson · Tue Oct 09 08:25:55 2012 +0200
  64. 091f893 project: Support config args in git command callables by Dave Borowitz · Tue Oct 23 17:01:04 2012 -0700
  65. d947858 sync: Keep a moving average of last fetch times by Dave Borowitz · Tue Oct 23 16:35:39 2012 -0700
  66. 67700e9 sync: Order projects according to last fetch time by Dave Borowitz · Tue Oct 23 15:00:54 2012 -0700
  67. a5be53f Use modern Python exception syntax by Sarah Owens · Sun Sep 09 15:37:57 2012 -0700
  68. 9ed12c5 Change PyDev project version to "python 2.6" by Sarah Owens · Tue Oct 23 21:28:12 2012 -0700
  69. 4f7bdea Add pylint configuration and instructions by David Pursehouse · Mon Oct 22 12:50:15 2012 +0900
  70. 69998b0 Represent git-submodule as nested projects by Che-Liang Chiou · Wed Jan 11 11:28:42 2012 +0800
  71. 5c6eeac More coding style cleanup by David Pursehouse · Thu Oct 11 16:44:48 2012 +0900
  72. e986072 Support HTTP authentication using user input as fallback by JoonCheol Park · Thu Oct 11 02:31:44 2012 +0900
  73. 2f6ab7f Rename "dir" variables by Mickaël Salaün · Sun Sep 30 00:37:55 2012 +0200
  74. 3a6cd42 Merge "Coding style cleanup" by Conley Owens · Tue Oct 09 14:29:46 2012 -0700
  75. 25f1768 Merge "Expand ~ to user's home directory for --reference" by Conley Owens · Tue Oct 09 13:46:10 2012 -0700
  76. 8a68ff9 Coding style cleanup by David Pursehouse · Mon Sep 24 12:15:13 2012 +0900
  77. 297e7c6 Expand ~ to user's home directory for --reference by Victor Boivie · Fri Oct 05 14:50:05 2012 +0200
  78. e3b1c45 Remove unreachable code by David Pursehouse · Wed Oct 03 18:04:02 2012 +0900
  79. 7119f94 Update commit-msg hook to version from Gerrit v2.5-rc0 by David Pursehouse · Wed Oct 03 17:20:06 2012 +0900
  80. 01f443d Correct call to `sys.exit()` by David Pursehouse · Wed Oct 03 19:11:28 2012 +0900
  81. b926116 Remove `ImportError` class by David Pursehouse · Wed Oct 03 15:47:02 2012 +0900
  82. 3ff9dec Merge "manifest: record the original revision when in -r mode." by Conley Owens · Wed Oct 03 16:49:12 2012 -0700
  83. 14a6674 manifest: record the original revision when in -r mode. by Brian Harring · Fri Sep 28 20:21:57 2012 -0700
  84. 9779565 Fix incorrect default_groups when parsing projects from XML manifest by David Holmer · Wed Sep 26 01:58:48 2012 -0400
  85. cf76b1b sync: Support manual authentication to the manifest server by David Pursehouse · Fri Sep 14 10:31:42 2012 +0900
  86. e00aa6b Clean up imports by David Pursehouse · Tue Sep 11 14:33:51 2012 +0900
  87. 86d973d sync: Support authentication to manifest server with .netrc by David Pursehouse · Fri Aug 24 10:21:02 2012 +0900
  88. 34acdd2 Fix ManifestParseError when first child node is comment by Jooncheol Park · Mon Aug 27 02:25:59 2012 +0900 maint v1.10.4
  89. d94aaef sync: Correct imports of `R_HEADS` and `HEAD` by David Pursehouse · Fri Sep 07 09:52:04 2012 +0900
  90. bd489c4 sync: catch exceptions when connecting to the manifest server by David Pursehouse · Thu Aug 23 10:21:26 2012 +0900
  91. 2dc810c Fix errors when clone.bundle missing on server by Matt Gumbel · Thu Aug 30 09:39:36 2012 -0700
  92. bb1b5f5 Allow projects to be specified as notdefault by Conley Owens · Mon Aug 13 13:11:18 2012 -0700
  93. e212665 Make "repo sync -j<count>" stop properly on Ctrl-C. by David 'Digit' Turner · Wed Sep 05 10:35:06 2012 +0200
  94. 9a27d01 manifest-format.txt: Add documentation for GetManifest RPC method by David Pursehouse · Tue Aug 21 14:23:49 2012 +0900
  95. 918ff85 `repo manifest`: default to stdout if no "-o" by Conley Owens · Tue Aug 07 10:44:01 2012 -0700
  96. 3d07da8 init: Improved help text for the --mirror option by David Pursehouse · Wed Aug 15 14:22:08 2012 +0900
  97. e15c65a Remove unused imports by David Pursehouse · Wed Aug 22 10:46:11 2012 +0900
  98. daa851f manifest-format.txt: Fix a couple of minor spelling mistakes by David Pursehouse · Tue Aug 21 13:52:18 2012 +0900
  99. a43f42f Patches should be submitted to master, not maint by David Pursehouse · Tue Aug 21 16:26:07 2012 +0900
  100. bb8337f Merge branch 'master' into maint by Conley Owens · Tue Aug 14 11:21:19 2012 -0700