1. 0eff22d Clarify error message in GCL. by [email protected] · 14 years ago
  2. 0e0436a Move code starting the editor into a common function. by [email protected] · 14 years ago
  3. 042f0e7 Improve the sys.stdout proxy to be more transparent. by [email protected] · 14 years ago
  4. 6c48a30 Fix a concurrency issue happening with deep dependencies when the intermediary by [email protected] · 14 years ago
  5. 4901daf Workaround a limitation in cygwin with Lock creation. by [email protected] · 14 years ago
  6. 93a9ee0 gclient would crash when .gclient is not found. by [email protected] · 14 years ago
  7. 13595ff Add repo-managed checkout support to trychange.py by [email protected] · 14 years ago
  8. 6f6ad13 Work around lock failure on cygwin. by [email protected] · 14 years ago
  9. 470b543 Stop modifiying requirements out of thread and generate it instead. by [email protected] · 14 years ago
  10. 85d3e3a Restore 103787 (fix git progress message), and update test expectations. by [email protected] · 14 years ago
  11. a91d26d Force requirements modification to be locked. by [email protected] · 14 years ago
  12. 1333cb3 Improve logging and ease debugging. by [email protected] · 14 years ago
  13. 43ea9d7 Reverting 103787 by [email protected] · 14 years ago
  14. 7f61350 http://codereview.chromium.org/8052025/ by [email protected] · 14 years ago
  15. 6ca8bf8 Retry "Initial step into making Dependency thread safe"" by [email protected] · 14 years ago
  16. adcf5b7 Revert "Initial step into making Dependency thread safe" by [email protected] · 14 years ago
  17. 89d51c2 Initial step into making Dependency thread safe by [email protected] · 14 years ago
  18. 109cb9d Print diagnosis message when a task is Ctrl-C'ed out by [email protected] · 14 years ago
  19. f36c0ee Add diagnostics if an item is run multiple times by [email protected] · 14 years ago
  20. 485dcab Fix the case where a dep not processed could be set as a requirement. by [email protected] · 14 years ago
  21. 57bf78d Update docstrings w.r.t. subprocess2. by [email protected] · 14 years ago
  22. a82a8ee Remove CheckCall, CheckCallError and Popen from gclient_utils. by [email protected] · 14 years ago
  23. ca0f839 Make gclient_utils.CheckCallError inherit from subprocess2.CalledProcessError. by [email protected] · 14 years ago
  24. e939bb5 Remove empty lines from the output while using --jobs. by [email protected] · 14 years ago
  25. eaab784 Add --transitive flag. by [email protected] · 14 years ago
  26. ff3e4a8 Fix constructor arguments to OSError. by [email protected] · 14 years ago
  27. ade9c59 Fix case where wc_info is not present. by [email protected] · 14 years ago
  28. d25fb8f Revert r80770 "Switch from xml.dom.minidom to xml.etree" by [email protected] · 14 years ago
  29. 949d1a6 Switch from xml.dom.minidom to xml.etree by [email protected] · 14 years ago
  30. 58ef297 Revert r80216 "Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's ..."" by [email protected] · 14 years ago
  31. 93ef410 Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
  32. 5a376ed Revert r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
  33. 2425494 Removed gclient_utils.Popen() and use subprocess2's version instead. by [email protected] · 14 years ago
  34. 20254fc Revert r79002 - bug processing reviewer lists by [email protected] · 14 years ago
  35. 0c20c2f The parsing of change descriptions had a lot of overlap and inconsistencies between gcl and git-cl. In particular, we weren't handling TBR= consistently, or probably a few other things. by [email protected] · 14 years ago
  36. 97ae58e Make git_cl (and everything else not skipped under depot_tools) by [email protected] · 14 years ago
  37. 1edee69 Fix win32api and win32con definition order. by [email protected] · 14 years ago
  38. f904072 Shorten RemoveDirectory and rename to rmtree. Remove rmtree from fake_repos. by [email protected] · 14 years ago
  39. 31f10a8 Remove unneeded logging.info() calls. by [email protected] · 14 years ago
  40. 3487f7f Add more logging. Useful to understand `git try` slowness. by [email protected] · 14 years ago
  41. 1bd1ed3 Add more exception information to breakpad. by [email protected] · 15 years ago
  42. 0661727 Reduce the chances for gclient to throw an exception in subprocess module. by [email protected] · 15 years ago
  43. b17b55b Disable the remaining pylint warnings locally and enable pylint warnings in PRESUBMIT. by [email protected] · 15 years ago
  44. cb2985f Largely reduce the number of pylint warnings and fix one typo. by [email protected] · 15 years ago
  45. 78b8cd1 gclient can now handle git URLs containing "-" in usernames and "~" in paths. by [email protected] · 15 years ago
  46. ac61023 Fix a bug in gclient recurse for git-svn users. Make gclient_utils.CheckCall more versatile. by [email protected] · 15 years ago
  47. 55a2eb8 Display the name of the repository that is being updated. by [email protected] · 15 years ago
  48. 77e4eca Remove cruft from having to do bookeeping of options.stdout. by [email protected] · 15 years ago
  49. 4ed3418 Directly hook sys.stdout for thread annotated output. by [email protected] · 15 years ago
  50. e0de9cb Remove the class StdoutAnnotated and clones the object instead. by [email protected] · 15 years ago
  51. 8aba5f7 Add a nice message for cygwin users, telling them to rebase when necessary. by [email protected] · 15 years ago
  52. acc4567 Enable parallel checkout by default to --jobs=8 and smoke tests. by [email protected] · 15 years ago
  53. cb1e97a Enable annotated output for --jobs N!=1. by [email protected] · 15 years ago
  54. 3742c84 Add the infrastructure necessary to support annotated stdout. by [email protected] · 15 years ago
  55. ad80e3b Simplify GIT.Capture() code to always redirect stderr by default and always throw an exception on failure. by [email protected] · 15 years ago
  56. 9c53126 Enter a description of the change. by [email protected] · 15 years ago
  57. db111f7 Add automatic auto-flushing stdout. by [email protected] · 15 years ago
  58. 20760a5 Do not blindly assume that a .gclient file in a parent directory belongs to the current directory. by [email protected] · 15 years ago
  59. 7b194c1 Improve exception handling. by [email protected] · 15 years ago
  60. 66c83e6 Rename retcode to returncode to be consistent with subprocess. by [email protected] · 15 years ago
  61. a1693be Remove kwargs copy, it is not necessary. Remove ordered argument support from popen to simplify it. by [email protected] · 15 years ago
  62. 17d0179 Cleanup the code in gclient_utils to standardize on CheckCall nomenclature. by [email protected] · 15 years ago
  63. 2b9aa8e Refactor SubprocessCallAndFilter() to remove positional arguments. by [email protected] · 15 years ago
  64. 559c3f8 Add stdout param to SubprocessCallAndFilter(). by [email protected] · 15 years ago
  65. 3a29268 Redo of r56893 with fix to support python 2.5. by [email protected] · 15 years ago
  66. a488c7d Fix for files not ending with \n, otherwise the last line would be ignored. by [email protected] · 15 years ago
  67. ad0b13d Revert "Remove code duplication and improve style." by [email protected] · 15 years ago
  68. 850ee06 Remove code duplication and improve style. by [email protected] · 15 years ago
  69. c41c27c Force LANGUAGE=en to fix svn output parsing by [email protected] · 15 years ago
  70. 8ad1cee Flush more often in gclient's SubprocessCallAndFilter. by [email protected] · 15 years ago
  71. c8d064b Add back stack location to gclient exceptions. by [email protected] · 15 years ago
  72. 9e5317a Add --jobs support to gclient. --jobs=1 is still the default for now. by [email protected] · 15 years ago
  73. 80cbe8b Move ExecutionQueue and WorkItem to gclient_utils.py by [email protected] · 15 years ago
  74. df2b315 Reapply gclient.py refactor for the third time. by [email protected] · 15 years ago
  75. dc7445d Revert the refactor (r52005) again, it broke webkit checkout. by [email protected] · 15 years ago
  76. 917aa91 Reapply r51760 and r51761 that were reverted in r51767. by [email protected] · 15 years ago
  77. 5248d9d Revert both r51761 and r51760 as it broke the webkit slaves. by [email protected] · 15 years ago
  78. adecb31 Bring some OOP and sanity to gclient.py. by [email protected] · 15 years ago
  79. 5990f9d Give more simple message when a SyntaxError is thrown by [email protected] · 15 years ago
  80. 9eda411 Incremental changes towards more efficient refactoring of gclient.py by [email protected] · 15 years ago
  81. 116704f Some preparation work towards the gclient.py refactor. by [email protected] · 15 years ago
  82. 6e29d57 Add pylintrc and fix style for many scripts. Fix a bug in scm.SVN.DiffItem() by [email protected] · 15 years ago
  83. d2e9256 Revert r45652 and r45653. It broke the single file export feature. by [email protected] · 15 years ago
  84. 09fd102 try/finally by [email protected] · 15 years ago
  85. 6f36372 patch from issue 1640001 by [email protected] · 15 years ago
  86. 54c3a7e TBR: jamesr by [email protected] · 15 years ago
  87. 8b5086d Add -j option to gclient to run parallel updates by [email protected] · 15 years ago
  88. f43d019 Adding weekly tool to help with weekly snippets by [email protected] · 15 years ago
  89. 7be5ef2 Change CheckCall behavior when print_error=False by [email protected] · 15 years ago
  90. e6f7835 gclient: git relative url implementation by [email protected] · 15 years ago
  91. 01d8c1d Fix checkout root detection for git. by [email protected] · 15 years ago
  92. d9141bf After much refactory, finally add significant functionalities to trychanges.py by [email protected] · 15 years ago
  93. 3ccbf7e Factor out PathDifference into gclient_utils for a later reuse. by [email protected] · 15 years ago
  94. a937176 Add full_move flag to GIT.GenerateDiff and Factor out FindGclientRootDir into gclient_utils. by [email protected] · 15 years ago
  95. ea8c1a9 Make breakpad, gcl and presubmit_support dependencies optional by [email protected] · 15 years ago
  96. 1811135 Remove gclient-specific hacks from trychange into gcl. Remove upload dependency. by [email protected] · 15 years ago
  97. 9a2f37e Remove trychange.RunCommand and replace it by gclient_utils.CheckCall. by [email protected] · 15 years ago
  98. c532e17 gclient: implement a less hacky relative URL implementation by [email protected] · 15 years ago
  99. b9f2f62 gclient: fix bug in parsing ssh urls by [email protected] · 16 years ago
  100. a4d60f9 Fix parsing bug in SplitUrlRevision. by [email protected] · 16 years ago