1. 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
  2. 73ac0f1 Apparently when I changed OptionallyDoPresubmitChecks() to return the by [email protected] · 14 years ago
  3. b68786e Add tests that were annoyingly missed on the previous checkin, and fix by [email protected] · 14 years ago
  4. 96b6b3b Revert both r78355 and r78329 by [email protected] · 14 years ago
  5. 158f438 Modify gcl to use suggested_reviewer output from presubmit_support. by [email protected] · 14 years ago
  6. bf38a7e Enhance RunPylint to use white_list and black_list arguments. by [email protected] · 14 years ago
  7. 8e13a09 Change gcl presubmit to only run commit hooks by default. by [email protected] · 15 years ago
  8. bf1fdca Add rietveld member to ChangeInfo and use this value to contact rietveld. by [email protected] · 15 years ago
  9. fa3843e Refactor ChangeInfo.Load() to make it easier to support mulitple format. by [email protected] · 15 years ago
  10. dd057f3 Add automated sys.stdout check. by [email protected] · 15 years ago
  11. 10ccd11 Disable the use of -s or --server with gcl upload. by [email protected] · 15 years ago
  12. dd218e5 Make codereview.setting syntax more liberal and add more unit tests. by [email protected] · 15 years ago
  13. b826024 Remove the default values and add a comprehensible error message. by [email protected] · 15 years ago
  14. ea85743 Fix unit tests not to choke on the no-try info message. by [email protected] · 15 years ago
  15. 5db5ba5 Changes gcl upload to not submit a try. by [email protected] · 15 years ago
  16. 4d74003 Fix gcl_unittest: shutil is not imported by gcl.py. by [email protected] · 15 years ago
  17. 62fd693 Massive overhaul for gcl help by [email protected] · 15 years ago
  18. 35fe9ad Use function decorator to simplify main() by [email protected] · 15 years ago
  19. 4c22d72 Refactor gcl.py to use a similar pattern for every commands. by [email protected] · 15 years ago
  20. e529901 Allow the existence of ~/.gcl_upload_no_try override the default of try on upload. by [email protected] · 15 years ago
  21. 83b6e4b Add ability to specify that all issues are pivate in codereview.settings by [email protected] · 15 years ago
  22. ba55177 Fix licensing headers and move most third party code to third_party/ by [email protected] · 15 years ago
  23. f7ae6d5 Add --sup_rep support to trychange.py. by [email protected] · 15 years ago
  24. 94b1ee9 Factor out gcl.GetRepositoryRoot() into scm.SVN.GetCheckoutRoot() by [email protected] · 15 years ago
  25. 0fca4f3 Get rid of gcl.ReadFile. by [email protected] · 15 years ago
  26. fc83c11 Remove gcl.WriteFile by [email protected] · 15 years ago
  27. 63ebf04 Fix the way the temporary directory is created. by [email protected] · 15 years ago
  28. ea452b3 Avoid losing CL description during Rietveld outage. by [email protected] · 16 years ago
  29. 5aeb7dd Reapply 32057, 32058, 32059, 32062 and fixes problems introduced by these changes. by [email protected] · 16 years ago
  30. 261eeb5 Revert 32057, 32058, 32059, 32062 because they still have unwanted side-effects. by [email protected] · 16 years ago
  31. 85a3192 Group SCM-specific functions in classes to simplify generalization of the interface. by [email protected] · 16 years ago
  32. 8ef5f54 Cleanup the unit tests by mocking more system functions. by [email protected] · 16 years ago
  33. e3608df Run pychecker over most scripts in depot_tools. Catched a few bugs. by [email protected] · 16 years ago
  34. e72bb63 Revise change in r30415 to properly climb local directories looking for a by [email protected] · 16 years ago
  35. bb81638 Modify gcl lint to use regexes to figure out which files should be linted. by [email protected] · 16 years ago
  36. 7753d24 Revert "Un-revert the reverted 28058, so that we get quiet again." by [email protected] · 16 years ago
  37. 2a6e20c Un-revert the reverted 28058, so that we get quiet again. by [email protected] · 16 years ago
  38. 5f3eee3 gclient: remove wildcard import from git_scm by [email protected] · 16 years ago
  39. f0dfba3 Add all modified files to new changelists by default. by [email protected] · 16 years ago
  40. bfd09ce Get rid of annoying empty changelists! by [email protected] · 16 years ago
  41. 8d5c9a5 Fix gcl breakage. by [email protected] · 16 years ago
  42. 17f59f2 A step closer to make presubmit SCM independent. by [email protected] · 16 years ago
  43. a6f27cd Add --no_watchlists to some tests to work around unit tests failures. by [email protected] · 16 years ago
  44. 2c3024a Refactor the unit tests to remove a lot of duplicate code. by [email protected] · 16 years ago
  45. b0dfd35 Make the presubmit output much more compact. by [email protected] · 16 years ago
  46. 51ee007 Add --force as a synonym for --no_presubmit as per Nicolas' request. by [email protected] · 16 years ago
  47. 32ba260 Added patchset persistence in gcl, this is necessary to implement a presubmit queue. by [email protected] · 16 years ago
  48. 143993e Fix gcl unit tests. by [email protected] · 16 years ago
  49. 388f1d2 Save 50 lines by converting the unit test to mox.MoxTestBase. by [email protected] · 16 years ago
  50. 0ff1fab Add repository root presubmit support. by [email protected] · 16 years ago
  51. 98fc2b9 Add support to cache arbitrary file. Rename repository_root to REPOSITORY_ROOT. by [email protected] · 16 years ago
  52. 374d65e Move the changelist files into a subdirectory for cached files implementation. by [email protected] · 16 years ago
  53. 8c3ccf3 Fix error printing in gcl.GetRepositoryRoot() and fix its unit tests. by [email protected] · 16 years ago
  54. 003c269 When -s or --server is used, don't try the patch. by [email protected] · 16 years ago
  55. 3959370 Fix unit test due to change r15911. by [email protected] · 16 years ago
  56. 4810a96 Deprecate gcl.GetSVNStatus() for gclient.CaptureSVNStatus() and fix some status information that was lost. by [email protected] · 16 years ago
  57. 46a9410 Deprecate gcl.GetSVNFileInfo() for gclient.CaptureSVNInfo(). by [email protected] · 16 years ago
  58. be0d1ca Add more tests and cleanup ChangeInfo class. by [email protected] · 16 years ago
  59. 11e0fd6 Revert changes 15823 and 15824 because they broke gclient revert. by [email protected] · 16 years ago
  60. 46b9ae6 Starts reusing functions in gclient.py from gcl.py. by [email protected] · 16 years ago
  61. 207fdf3 Convert gcl.GetSVNFileInfo() to xml format. by [email protected] · 16 years ago