1. eaab784 Add --transitive flag. by [email protected] · 14 years ago
  2. ff3e4a8 Fix constructor arguments to OSError. by [email protected] · 14 years ago
  3. ade9c59 Fix case where wc_info is not present. by [email protected] · 14 years ago
  4. d25fb8f Revert r80770 "Switch from xml.dom.minidom to xml.etree" by [email protected] · 14 years ago
  5. 949d1a6 Switch from xml.dom.minidom to xml.etree by [email protected] · 14 years ago
  6. 58ef297 Revert r80216 "Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's ..."" by [email protected] · 14 years ago
  7. 93ef410 Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
  8. 5a376ed Revert r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
  9. 2425494 Removed gclient_utils.Popen() and use subprocess2's version instead. by [email protected] · 14 years ago
  10. 20254fc Revert r79002 - bug processing reviewer lists by [email protected] · 14 years ago
  11. 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
  12. 97ae58e Make git_cl (and everything else not skipped under depot_tools) by [email protected] · 14 years ago
  13. 1edee69 Fix win32api and win32con definition order. by [email protected] · 14 years ago
  14. f904072 Shorten RemoveDirectory and rename to rmtree. Remove rmtree from fake_repos. by [email protected] · 14 years ago
  15. 31f10a8 Remove unneeded logging.info() calls. by [email protected] · 14 years ago
  16. 3487f7f Add more logging. Useful to understand `git try` slowness. by [email protected] · 14 years ago
  17. 1bd1ed3 Add more exception information to breakpad. by [email protected] · 14 years ago
  18. 0661727 Reduce the chances for gclient to throw an exception in subprocess module. by [email protected] · 15 years ago
  19. b17b55b Disable the remaining pylint warnings locally and enable pylint warnings in PRESUBMIT. by [email protected] · 15 years ago
  20. cb2985f Largely reduce the number of pylint warnings and fix one typo. by [email protected] · 15 years ago
  21. 78b8cd1 gclient can now handle git URLs containing "-" in usernames and "~" in paths. by [email protected] · 15 years ago
  22. ac61023 Fix a bug in gclient recurse for git-svn users. Make gclient_utils.CheckCall more versatile. by [email protected] · 15 years ago
  23. 55a2eb8 Display the name of the repository that is being updated. by [email protected] · 15 years ago
  24. 77e4eca Remove cruft from having to do bookeeping of options.stdout. by [email protected] · 15 years ago
  25. 4ed3418 Directly hook sys.stdout for thread annotated output. by [email protected] · 15 years ago
  26. e0de9cb Remove the class StdoutAnnotated and clones the object instead. by [email protected] · 15 years ago
  27. 8aba5f7 Add a nice message for cygwin users, telling them to rebase when necessary. by [email protected] · 15 years ago
  28. acc4567 Enable parallel checkout by default to --jobs=8 and smoke tests. by [email protected] · 15 years ago
  29. cb1e97a Enable annotated output for --jobs N!=1. by [email protected] · 15 years ago
  30. 3742c84 Add the infrastructure necessary to support annotated stdout. by [email protected] · 15 years ago
  31. ad80e3b Simplify GIT.Capture() code to always redirect stderr by default and always throw an exception on failure. by [email protected] · 15 years ago
  32. 9c53126 Enter a description of the change. by [email protected] · 15 years ago
  33. db111f7 Add automatic auto-flushing stdout. by [email protected] · 15 years ago
  34. 20760a5 Do not blindly assume that a .gclient file in a parent directory belongs to the current directory. by [email protected] · 15 years ago
  35. 7b194c1 Improve exception handling. by [email protected] · 15 years ago
  36. 66c83e6 Rename retcode to returncode to be consistent with subprocess. by [email protected] · 15 years ago
  37. a1693be Remove kwargs copy, it is not necessary. Remove ordered argument support from popen to simplify it. by [email protected] · 15 years ago
  38. 17d0179 Cleanup the code in gclient_utils to standardize on CheckCall nomenclature. by [email protected] · 15 years ago
  39. 2b9aa8e Refactor SubprocessCallAndFilter() to remove positional arguments. by [email protected] · 15 years ago
  40. 559c3f8 Add stdout param to SubprocessCallAndFilter(). by [email protected] · 15 years ago
  41. 3a29268 Redo of r56893 with fix to support python 2.5. by [email protected] · 15 years ago
  42. a488c7d Fix for files not ending with \n, otherwise the last line would be ignored. by [email protected] · 15 years ago
  43. ad0b13d Revert "Remove code duplication and improve style." by [email protected] · 15 years ago
  44. 850ee06 Remove code duplication and improve style. by [email protected] · 15 years ago
  45. c41c27c Force LANGUAGE=en to fix svn output parsing by [email protected] · 15 years ago
  46. 8ad1cee Flush more often in gclient's SubprocessCallAndFilter. by [email protected] · 15 years ago
  47. c8d064b Add back stack location to gclient exceptions. by [email protected] · 15 years ago
  48. 9e5317a Add --jobs support to gclient. --jobs=1 is still the default for now. by [email protected] · 15 years ago
  49. 80cbe8b Move ExecutionQueue and WorkItem to gclient_utils.py by [email protected] · 15 years ago
  50. df2b315 Reapply gclient.py refactor for the third time. by [email protected] · 15 years ago
  51. dc7445d Revert the refactor (r52005) again, it broke webkit checkout. by [email protected] · 15 years ago
  52. 917aa91 Reapply r51760 and r51761 that were reverted in r51767. by [email protected] · 15 years ago
  53. 5248d9d Revert both r51761 and r51760 as it broke the webkit slaves. by [email protected] · 15 years ago
  54. adecb31 Bring some OOP and sanity to gclient.py. by [email protected] · 15 years ago
  55. 5990f9d Give more simple message when a SyntaxError is thrown by [email protected] · 15 years ago
  56. 9eda411 Incremental changes towards more efficient refactoring of gclient.py by [email protected] · 15 years ago
  57. 116704f Some preparation work towards the gclient.py refactor. by [email protected] · 15 years ago
  58. 6e29d57 Add pylintrc and fix style for many scripts. Fix a bug in scm.SVN.DiffItem() by [email protected] · 15 years ago
  59. d2e9256 Revert r45652 and r45653. It broke the single file export feature. by [email protected] · 15 years ago
  60. 09fd102 try/finally by [email protected] · 15 years ago
  61. 6f36372 patch from issue 1640001 by [email protected] · 15 years ago
  62. 54c3a7e TBR: jamesr by [email protected] · 15 years ago
  63. 8b5086d Add -j option to gclient to run parallel updates by [email protected] · 15 years ago
  64. f43d019 Adding weekly tool to help with weekly snippets by [email protected] · 15 years ago
  65. 7be5ef2 Change CheckCall behavior when print_error=False by [email protected] · 15 years ago
  66. e6f7835 gclient: git relative url implementation by [email protected] · 15 years ago
  67. 01d8c1d Fix checkout root detection for git. by [email protected] · 15 years ago
  68. d9141bf After much refactory, finally add significant functionalities to trychanges.py by [email protected] · 15 years ago
  69. 3ccbf7e Factor out PathDifference into gclient_utils for a later reuse. by [email protected] · 15 years ago
  70. a937176 Add full_move flag to GIT.GenerateDiff and Factor out FindGclientRootDir into gclient_utils. by [email protected] · 15 years ago
  71. ea8c1a9 Make breakpad, gcl and presubmit_support dependencies optional by [email protected] · 15 years ago
  72. 1811135 Remove gclient-specific hacks from trychange into gcl. Remove upload dependency. by [email protected] · 15 years ago
  73. 9a2f37e Remove trychange.RunCommand and replace it by gclient_utils.CheckCall. by [email protected] · 15 years ago
  74. c532e17 gclient: implement a less hacky relative URL implementation by [email protected] · 15 years ago
  75. b9f2f62 gclient: fix bug in parsing ssh urls by [email protected] · 16 years ago
  76. a4d60f9 Fix parsing bug in SplitUrlRevision. by [email protected] · 16 years ago
  77. 5aeb7dd Reapply 32057, 32058, 32059, 32062 and fixes problems introduced by these changes. by [email protected] · 16 years ago
  78. 261eeb5 Revert 32057, 32058, 32059, 32062 because they still have unwanted side-effects. by [email protected] · 16 years ago
  79. 85a3192 Group SCM-specific functions in classes to simplify generalization of the interface. by [email protected] · 16 years ago
  80. ac915bb gclient: fix another bug where ssh urls weren't parsed correctly by [email protected] · 16 years ago
  81. 5cc6c57 Fix output reordering when you get a conflict on an update. by [email protected] · 16 years ago
  82. 9e890f9 Move the log message up a line to make sure it appears before the actual output. by [email protected] · 16 years ago
  83. 22e29d4 Make 'gclient update' and 'gclient status' quieter by default - they don't by [email protected] · 16 years ago
  84. 7753d24 Revert "Un-revert the reverted 28058, so that we get quiet again." by [email protected] · 16 years ago
  85. 2a6e20c Un-revert the reverted 28058, so that we get quiet again. by [email protected] · 16 years ago
  86. 9344e97 Revert "Modify the output of gclient update, gclient status to only print out" by [email protected] · 16 years ago
  87. 1a77f1d Modify the output of gclient update, gclient status to only print out by [email protected] · 16 years ago
  88. 167b9e6 Fix PyChecker errors caused by r26423. by [email protected] · 16 years ago
  89. 8f9c69f Fixing errors in gclient on a gclient revert --nohooks on windows. by [email protected] · 16 years ago
  90. 5f3eee3 gclient: remove wildcard import from git_scm by [email protected] · 16 years ago