1. 9f34371 handle configparser rename in python3 by vapier · 9 years ago
  2. c349971 Fix some path processing to work better on Windows. by [email protected] · 10 years ago
  3. 49dfcde Use three-way merge when applying Git patches. by [email protected] · 11 years ago
  4. 323ec37 Do not assign revision when checking the commit existence. by [email protected] · 11 years ago
  5. d9eb69e Verify our assumptions about SCM commands deleting files from checkout by [email protected] · 11 years ago
  6. dc6a1d0 Don't have checkout.py's git apply_patch fail when files don't match by [email protected] · 11 years ago
  7. c4396a1 Re-land of have apply_patch.py/checkout.py stage git patches instead of committing them by [email protected] · 11 years ago
  8. 3e6848f Revert of Have apply_patch.py/checkout.py stage git patches instead of committing them (https://codereview.chromium.org/273543002/) by [email protected] · 11 years ago
  9. ba2f187 Have apply_patch.py/checkout.py stage git patches instead of committing them by [email protected] · 11 years ago
  10. 64d819b Fix name setting when applying SVN settings in patches by [email protected] · 11 years ago
  11. b1d0cc1 Add black/whitelisting to apply_issue by [email protected] · 11 years ago
  12. dabbea2 add --ignore-submodules to apply_issue.py by [email protected] · 11 years ago
  13. 3926228 Remove force push from GitCheckout.commit() by [email protected] · 11 years ago
  14. 7e8c19d Revert changes to checkout.GitCheckout. by [email protected] · 11 years ago
  15. fa3c388 Revert making apply_issue assume 'master' by [email protected] · 11 years ago
  16. e569f50 Assume 'master' when remote branch not specified. by [email protected] · 11 years ago
  17. 7dc1144 Fix GitCheckout to be sane and use git-cache by [email protected] · 11 years ago
  18. be6b308 Instead of passing --author, lets just set the name/email for the repo temporarily. by [email protected] · 11 years ago
  19. 998deaf Pass in "--author 'name <[email protected]>" when doing git patches in apply_issue.py by [email protected] · 11 years ago
  20. d067d81 Apply Issue changes for disabling checkout when bot update ran. by [email protected] · 11 years ago
  21. bb050f6 Make checkout.GitCheckout usable from apply_issue by [email protected] · 12 years ago
  22. 11145db Return unicode commit hashes in checkout.GitCheckout. by [email protected] · 12 years ago
  23. 3b5efdf Completing implementation of GitCheckout in depot_tools. by [email protected] · 12 years ago
  24. 2327994 Create a temporary dir for patch to do its work. by [email protected] · 12 years ago
  25. 9af0a11 Enforce 15 minutes timeout for all operations and 30 minutes for checkouts. by [email protected] · 12 years ago
  26. 6e904b4 Add workaround where SVN.Revert() deletes the checkout. by [email protected] · 12 years ago
  27. 44b21b9 Revert r166725 "Enforce 15 minutes timeout for all operations and 30 minutes..." by [email protected] · 13 years ago
  28. 8327354 Enforce 15 minutes timeout for all operations and 30 minutes for checkouts. by [email protected] · 13 years ago
  29. cb5667a patch can be None in the exception, causing a secondary exception. by [email protected] · 13 years ago
  30. 0aca0f9 Enforce the checkout object to use an absolute path. by [email protected] · 13 years ago
  31. 4dd9f72 Make apply_issue.py much more verbose about what it's doing. by [email protected] · 13 years ago
  32. ec4a918 Add --no-backup-if-mismatch so no .orig file is created when fuzzing occurs. by [email protected] · 13 years ago
  33. e1a0376 Fix applying svn:executable on Windows. by [email protected] · 13 years ago
  34. b0f852f Fix svn copies for apply_issue by [email protected] · 13 years ago
  35. de800ff Fix the patch application sorting. by [email protected] · 13 years ago
  36. d7ca616 Enable support to remove the executable bit on the CQ. by [email protected] · 13 years ago
  37. bc32ad1 Add .revisions() implementation to *Checkout classes. by [email protected] · 13 years ago
  38. 995f8ac Remove GitSvn*Checkout implementations. by [email protected] · 13 years ago
  39. 34f6855 Improve error message in patch application failure. by [email protected] · 13 years ago
  40. 3da8317 Implement proper svn copy when a file is copied, moved or renamed by [email protected] · 13 years ago
  41. ea15cb7 Make checkout.*.prepare() delete the svn:ignored files. by [email protected] · 13 years ago
  42. 4f6852c Remove python 2.5 compatibility code. by [email protected] · 13 years ago
  43. 9799a07 Accept svn:mime-type as a valid svn property. by [email protected] · 13 years ago
  44. 5e97563 Fix handling of file renames. by [email protected] · 14 years ago
  45. b1d1a78 Add post_processors override to apply_patch() and add more testing. by [email protected] · 14 years ago
  46. 87e6d33 Update subprocess2.check_output() to behave like subprocess.check_output(). by [email protected] · 14 years ago
  47. 004fb71 Replace OSError by the correct class IOError by [email protected] · 14 years ago
  48. a5129fb Fix Checkout.post_processsors setup. __init__() was ignoring the argument! by [email protected] · 14 years ago
  49. 5191977 Make prepare() accept a revision argument. by [email protected] · 14 years ago
  50. 6ed8b50 Make post_processors part of the Checkout object state. by [email protected] · 14 years ago
  51. 4869bcf Do no delete file if they exist, even if p.is_new is True. by [email protected] · 14 years ago
  52. 58fe662 Add support for empty files, __init__.py is a common example. by [email protected] · 14 years ago
  53. 9842a0c Add support for auto-props in the form: "*.sh = svn:eol-style=LF;svn:executable" by [email protected] · 14 years ago
  54. 1bf5097 Enforce unicode commit message. by [email protected] · 14 years ago
  55. 3cdb7f3 Complete apply_issue.py. by [email protected] · 14 years ago
  56. 0bcd1d3 Make subprocess2.check_call() compliant with subprocess.check_call(). by [email protected] · 14 years ago
  57. 8a1396c Add post_process argument to Checkout.apply_patch(). by [email protected] · 14 years ago
  58. dfaecd2 Move commit-queue/checkout into depot_tools so it can be reused by the try server. by [email protected] · 14 years ago