1. c349971 Fix some path processing to work better on Windows. by [email protected] · 9 years ago
  2. 1c12738 Reland "Make gclient ready for the Blink (DEPS to main project)" by [email protected] · 10 years ago
  3. a64c0b0 Revert of Make gclient ready for the Blink (DEPS to main project) transition (patchset #6 id:180001 of https://codereview.chromium.org/743083002/) by [email protected] · 10 years ago
  4. fcf0376 Make gclient ready for the Blink (DEPS to main project) transition by [email protected] · 10 years ago
  5. 6e7202b Fix gclient branch ref mangling and allow --force branch switches. by [email protected] · 11 years ago
  6. 6895317 Revert of scm.GIT.IsValidRevision: Only return True if the given object is a commit (https://codereview.chromium.org/329823002/) by [email protected] · 11 years ago
  7. 565b178 scm.GIT.IsValidRevision: Only return True if the given object is a commit by [email protected] · 11 years ago
  8. 6d8115d Eliminate all interactive terminal prompts from git. by [email protected] · 11 years ago
  9. b09097a gclient: print a warning if a dep would get deleted or moved in the future by [email protected] · 11 years ago
  10. ead4c7e Revert of revert and fix "Now trychange can... by [email protected] · 11 years ago
  11. e0536ff Revert "Now trychange can store patches in a..." by [email protected] · 11 years ago
  12. b1391c6 Now trychange can store patches in a Git repo by [email protected] · 11 years ago
  13. d0b0a5b Revert of Another attempt: gclient: delete mismatching checkouts (https://codereview.chromium.org/183283003/) by [email protected] · 11 years ago
  14. 7ff0429 Another attempt: gclient: delete mismatching checkouts by [email protected] · 11 years ago
  15. 6c2b49d Revert "Re-re-land gclient deletion of mismatching checkouts again" by [email protected] · 11 years ago
  16. 6ff5448 Re-re-land gclient deletion of mismatching checkouts again by [email protected] · 11 years ago
  17. 50fd47f Revert 250482 "Re-reland r245404 ("If the destination directory ..." by [email protected] · 11 years ago
  18. 255b5d9 Re-reland r245404 ("If the destination directory doesn't contain the desired repo, delete it") by [email protected] · 11 years ago
  19. 4380c80 Fix GenerateDiff -- don't strip whitespace. by [email protected] · 12 years ago
  20. 82b91cd Replace --no-pager with GIT_PAGER=cat by [email protected] · 12 years ago
  21. 224ba24 Fix bug with parsing capitalized git shas by [email protected] · 12 years ago
  22. 396e1a6 If we're running in nohooks mode, don't bother to accumulate file_list in gclient. by [email protected] · 12 years ago
  23. a41249c Misc gclient cleanup by [email protected] · 12 years ago
  24. 9249f64 Pass --no-renames to git diff by [email protected] · 12 years ago
  25. f267b0e Fix 236148: Avoid triggering a pager in internal git commands. by [email protected] · 12 years ago
  26. 0db557c Reland r195308, r195328, and r195363, which use --internal-diff on svn 1.7+. by [email protected] · 12 years ago
  27. dc112ac Remove gclient_utils.RemoveDirectory(). by [email protected] · 12 years ago
  28. 5b792f5 Revert 195308 "Tweak GenerateDiff:" by [email protected] · 12 years ago
  29. 6e905a6 Revert 195328 "Use --internal-diff on svn 1.7+ to slightly reduc..." by [email protected] · 12 years ago
  30. 1ba43e2 Revert 195363 by [email protected] · 12 years ago
  31. 0a753d6 Fix typo. by [email protected] · 12 years ago
  32. 28de290 Use --internal-diff on svn 1.7+ to slightly reduce disk thrashing. by [email protected] · 12 years ago
  33. aae3d86 Tweak GenerateDiff: by [email protected] · 12 years ago
  34. 917ea7f Removes DiffItem, which was unused, and moves _DiffItemInternal below GenerateDiff, now its lone caller. by [email protected] · 12 years ago
  35. 4755b58 Revert 194990 "Second take at handling users with locally overri..." by [email protected] · 12 years ago
  36. 07258f5 Second take at handling users with locally overridden diff-cmds. by [email protected] · 12 years ago
  37. ff1197b Revert 194740 "Explicitly pass "--diff-cmd diff" to "svn diff", ..." by [email protected] · 12 years ago
  38. 7c712c0 Explicitly pass "--diff-cmd diff" to "svn diff", for users who have set some other diff tool. by [email protected] · 12 years ago
  39. c51def3 Restore previous behavior of GetSha1ForSvnRev, so unit tests pass. by [email protected] · 13 years ago
  40. 312a6a4 Fix safesync_url handling for git. by [email protected] · 13 years ago
  41. 492a368 Fix error syncing to LKGR due to misparsing of Cygwin git-svn output. by [email protected] · 13 years ago
  42. 13b522c Fix the svn version check issue, append '--quiet' to get svn version string. by [email protected] · 13 years ago
  43. 8147386 Fix skipping update for git dependency. by [email protected] · 13 years ago
  44. ea15cb7 Make checkout.*.prepare() delete the svn:ignored files. by [email protected] · 13 years ago
  45. 6208757 Fix an error in gclient revert where a directory is unexpected and locked by [email protected] · 13 years ago
  46. fcffd48 Fix compatibility with Xcode4.3 git by [email protected] · 13 years ago
  47. 3316733 Make sure to remove color output from patches uploaded for try jobs (and other by [email protected] · 13 years ago
  48. 7d65467 Fix compatibility with svn 1.7. by [email protected] · 13 years ago
  49. e5d1e61 [depot_tools] Adding safesync_url for git and git-svn checkouts. by [email protected] · 13 years ago
  50. f94e3f1 Fix a regression introduced in r114262, cwd must be a named argument to subprocess2.Popen(). by [email protected] · 13 years ago
  51. 80a9ef1 Enforce cwd for GIT functions by [email protected] · 13 years ago
  52. d579fcf Enforces using cwd in all svn calls. by [email protected] · 13 years ago
  53. 56f4c47 Reverted accidental commit by [email protected] · 13 years ago
  54. e8043d1 Fix pulling in patches from git subrepos by [email protected] · 13 years ago
  55. 8b322b3 Handle cases where '.' show up in svn status and is deleted by [email protected] · 14 years ago
  56. 36ac239 Reapply r104938 "Make svn update not prompt during a sync." by [email protected] · 14 years ago
  57. 7d8b97d Add another error code where gclient sync should retry. by [email protected] · 14 years ago
  58. edb6ea6 Revert r104938 "Make svn update not prompt during a sync." by [email protected] · 14 years ago
  59. 94aa50f Make svn update not prompt during a sync. by [email protected] · 14 years ago
  60. 91def9b Replace check_output() call site into check_call(). Would throw otherwise. by [email protected] · 14 years ago
  61. 87e6d33 Update subprocess2.check_output() to behave like subprocess.check_output(). by [email protected] · 14 years ago
  62. 73c87e9 Some callers expect e.stderr to be filled on exception by [email protected] · 14 years ago
  63. 904af08 SVN.GenerateDiff assumes SVN.Capture captures stderr. by [email protected] · 14 years ago
  64. da64d63 Remove gclient_utils.CheckCall() usage from scm.py by [email protected] · 14 years ago
  65. 6f323bb Fix when entry is None. by [email protected] · 14 years ago
  66. ade9c59 Fix case where wc_info is not present. by [email protected] · 14 years ago
  67. d25fb8f Revert r80770 "Switch from xml.dom.minidom to xml.etree" by [email protected] · 14 years ago
  68. 949d1a6 Switch from xml.dom.minidom to xml.etree by [email protected] · 14 years ago
  69. c98c0c5 Make more tests pass on Windows. by [email protected] · 14 years ago
  70. e8c2862 Fix "local variable 'url' referenced before assignment" error. by [email protected] · 14 years ago
  71. 31cb48a First pass to transition away for gclient_utils.Error and gclient_utils.CheckedCallError. by [email protected] · 14 years ago
  72. f8b3f94 When diffing against an old revision, handle the case if a file didn't exists. by [email protected] · 14 years ago
  73. 866276c Add support for wildcards in svn remote configuration. by [email protected] · 14 years ago
  74. 5c8c6de Make sure warnings fail the check when may_prompt=False. by [email protected] · 14 years ago
  75. 8c41512 Improve SVN.Revert() again to work better in reverting svn added directories. by [email protected] · 14 years ago
  76. 924158a Add code to correctly revert a svn add'ed file. by [email protected] · 14 years ago
  77. af45349 Improve SVN.Revert() to catch more corner cases. by [email protected] · 14 years ago
  78. ade368c Add configuration option for upstream branch and improve guessing the svn branch. by [email protected] · 14 years ago
  79. 885d6e8 Fix scm.SVN.GetCheckoutRoot() so it is not confused by intermixed checkouts by [email protected] · 14 years ago
  80. 00fdcb3 Fix bug introduced in r51121: gcl upload crashes on a 'revived' file. by [email protected] · 14 years ago
  81. 07ab60e Move reverting code from gclient_scm to scm to be able to reuse the code. by [email protected] · 14 years ago
  82. bec588d Address review comments in r63832. by [email protected] · 15 years ago
  83. 0350706 Fix retry mechanism to raise when it fails to checkout. by [email protected] · 15 years ago
  84. cc1614b Improve GIT.CaptureStatus() to work with incorrectly merged local branches. by [email protected] · 15 years ago
  85. ad80e3b Simplify GIT.Capture() code to always redirect stderr by default and always throw an exception on failure. by [email protected] · 15 years ago
  86. 54019f3 Change scm.SVN.Capture to redirect stderr and throw an exception on call failure. by [email protected] · 15 years ago
  87. 2aee2298 gclient: exponential backoff of SCM commands on known failure types. by [email protected] · 15 years ago
  88. 669600d Remove scm.SVN.Run() and all stdout argument to more calls. by [email protected] · 15 years ago
  89. 17d0179 Cleanup the code in gclient_utils to standardize on CheckCall nomenclature. by [email protected] · 15 years ago
  90. 2b9aa8e Refactor SubprocessCallAndFilter() to remove positional arguments. by [email protected] · 15 years ago
  91. 559c3f8 Add stdout param to SubprocessCallAndFilter(). by [email protected] · 15 years ago
  92. 3a29268 Redo of r56893 with fix to support python 2.5. by [email protected] · 15 years ago
  93. ad0b13d Revert "Remove code duplication and improve style." by [email protected] · 15 years ago
  94. 850ee06 Remove code duplication and improve style. by [email protected] · 15 years ago
  95. f61fc93 Fix retrying on HTTP 502, my last patch remove this specific case. by [email protected] · 15 years ago
  96. 6133c5b Improve the retry algorithm to be much more liberal. by [email protected] · 15 years ago
  97. 0380707 Remove 'options' usage from scm.py by [email protected] · 15 years ago
  98. 862ff8e Use # instead of - for the git hash so it can be filtered out by the try server by [email protected] · 15 years ago
  99. 3fda4cc Add explicit file rename/cp information to svn rietveld uploads by [email protected] · 15 years ago
  100. 9979339 Fix copy-paste error. I saw this exception on breakpad. by [email protected] · 15 years ago