1. d089192 More examples at the end of trychange.py help and move the -R flag to the right group by [email protected] · 15 years ago
  2. e56fe82 Fix argument checking in gcl.py by [email protected] · 15 years ago
  3. 4357af2 Fix typo in CMDcommit. by [email protected] · 15 years ago
  4. 62fd693 Massive overhaul for gcl help by [email protected] · 15 years ago
  5. ff6cf0e gcl commit must accept additional arguments. by [email protected] · 15 years ago
  6. 35fe9ad Use function decorator to simplify main() by [email protected] · 15 years ago
  7. 6386ccb Fix a logic error. by [email protected] · 15 years ago
  8. 4c22d72 Refactor gcl.py to use a similar pattern for every commands. by [email protected] · 15 years ago
  9. 2f6a0d8 gcl's caching was effectively disabled for > 1 year. Reenable it. by [email protected] · 15 years ago
  10. 08c150e Fix a typo in gcl.py. by [email protected] · 15 years ago
  11. a67a731 Add "gcl description <change>" subcommand. by [email protected] · 15 years ago
  12. 668ef5a Add "gcl rename <old-name> <new-name>" subcommand. by [email protected] · 15 years ago
  13. fcff927 Make commit logs not have an extra http:// by [email protected] · 15 years ago
  14. 99ccbc5 Remove the host_override option to upload.py. This sets the Host header, which for some reason, trips the new internal proxy. by [email protected] · 15 years ago
  15. e529901 Allow the existence of ~/.gcl_upload_no_try override the default of try on upload. by [email protected] · 15 years ago
  16. 83b6e4b Add ability to specify that all issues are pivate in codereview.settings by [email protected] · 15 years ago
  17. 296df66 Modified default blacklist regexp to match nothing, as empty regexp by [email protected] · 15 years ago
  18. ba55177 Fix licensing headers and move most third party code to third_party/ by [email protected] · 15 years ago
  19. 172b6e7 Partial revert of r37053. Put back the gcl default CODEREVIEW_SETTINGS as we had it before, except with an updated CC_LIST. by [email protected] · 15 years ago
  20. 4aa4781 gcl.py cleanup by [email protected] · 15 years ago
  21. d9141bf After much refactory, finally add significant functionalities to trychanges.py by [email protected] · 16 years ago
  22. 3ccbf7e Factor out PathDifference into gclient_utils for a later reuse. by [email protected] · 16 years ago
  23. a937176 Add full_move flag to GIT.GenerateDiff and Factor out FindGclientRootDir into gclient_utils. by [email protected] · 16 years ago
  24. 1227c7d Simplify call site. by [email protected] · 16 years ago
  25. f2f9d55 Move GenerateDiff into a common function. by [email protected] · 16 years ago
  26. ea8c1a9 Make breakpad, gcl and presubmit_support dependencies optional by [email protected] · 16 years ago
  27. 1811135 Remove gclient-specific hacks from trychange into gcl. Remove upload dependency. by [email protected] · 16 years ago
  28. 94b1ee9 Factor out gcl.GetRepositoryRoot() into scm.SVN.GetCheckoutRoot() by [email protected] · 16 years ago
  29. 0fca4f3 Get rid of gcl.ReadFile. by [email protected] · 16 years ago
  30. fc83c11 Remove gcl.WriteFile by [email protected] · 16 years ago
  31. 63ebf04 Fix the way the temporary directory is created. by [email protected] · 16 years ago
  32. ada4c65 Minimalist breakpad implementation. by [email protected] · 16 years ago
  33. fa44e4a Revert changes to GetCachedFile() in r30414, r30910, r31586, and go back to by [email protected] · 16 years ago
  34. 3884d76 Fix gcl that was broken in revision 32611 because a change in upload.py by [email protected] · 16 years ago
  35. ea452b3 Avoid losing CL description during Rietveld outage. by [email protected] · 16 years ago
  36. 5aeb7dd Reapply 32057, 32058, 32059, 32062 and fixes problems introduced by these changes. by [email protected] · 16 years ago
  37. 261eeb5 Revert 32057, 32058, 32059, 32062 because they still have unwanted side-effects. by [email protected] · 16 years ago
  38. 2349b06 Fix a variable aliasing error. by [email protected] · 16 years ago
  39. 85a3192 Group SCM-specific functions in classes to simplify generalization of the interface. by [email protected] · 16 years ago
  40. 53bcf15 Make gcl change in a read-only checkout a warning. by [email protected] · 16 years ago
  41. ebbf947 Fix PyDoc. by [email protected] · 16 years ago
  42. e3608df Run pychecker over most scripts in depot_tools. Catched a few bugs. by [email protected] · 16 years ago
  43. 83e9943 Fix GetCachedFile(use_root=True) by [email protected] · 16 years ago
  44. a31d658 Make 'gcl change --force' generate random changename in read-only checkout. by [email protected] · 16 years ago
  45. f40fbb3 Make 'gcl diff emptychange' show nothing if given change, |emptychange|, doesn't contain files. by [email protected] · 16 years ago
  46. 7317190 Fix alignment. by [email protected] · 16 years ago
  47. d36b3ed Error when creating a CL in a read-only checkout. by [email protected] · 16 years ago
  48. cef0db9 Fix gcl to look for newly-added codereview.settings files as well as modified by [email protected] · 16 years ago
  49. e72bb63 Revise change in r30415 to properly climb local directories looking for a by [email protected] · 16 years ago
  50. bb81638 Modify gcl lint to use regexes to figure out which files should be linted. by [email protected] · 16 years ago
  51. 9ce9822 gcl: Make fix the override_description code and add a silent flag. by [email protected] · 16 years ago
  52. 88c32d8 Fix gcl opened, gcl nothave, and gcl status to: by [email protected] · 16 years ago
  53. 5f3eee3 gclient: remove wildcard import from git_scm by [email protected] · 16 years ago
  54. a135e35 Modify gcl.py so that lint ignores only webkit/api, and not webkit/* by [email protected] · 16 years ago
  55. 57e7855 Making gcl upload do tryupload from the same place as gcl try. by [email protected] · 16 years ago
  56. f0dfba3 Add all modified files to new changelists by default. by [email protected] · 16 years ago
  57. 8b60d0d Revert 22561 - Minor change to gcl to automatically put changed files in the changelist (like we do with P4) by [email protected] · 16 years ago
  58. 1ef869c Minor change to gcl to automatically put changed files in the changelist (like we do with P4) by [email protected] · 16 years ago
  59. bfd09ce Get rid of annoying empty changelists! by [email protected] · 16 years ago
  60. a05be0b Fix 'gcl help' when not run inside a svn checkout. by [email protected] · 16 years ago
  61. 2e50180 Fix gcl presubmit usage. by [email protected] · 16 years ago
  62. 07f0186 Really really fix gcl.py by [email protected] · 16 years ago
  63. 0b7574d Fix gcl upload for real this time. by [email protected] · 16 years ago
  64. 5159b2e Fix watchlist exception on upload. by [email protected] · 16 years ago
  65. 8d5c9a5 Fix gcl breakage. by [email protected] · 16 years ago
  66. 17f59f2 A step closer to make presubmit SCM independent. by [email protected] · 16 years ago
  67. a005ccd Fix 'gcl settings' output. by [email protected] · 16 years ago
  68. b2ab494 Add watchlists to 'gcl upload' by [email protected] · 16 years ago
  69. 21b893b Stop showing "Presubmit errors, can't continue (use --no_presubmit to bypass)" when running gcl presubmit! by [email protected] · 16 years ago
  70. b0dfd35 Make the presubmit output much more compact. by [email protected] · 16 years ago
  71. 51ee007 Add --force as a synonym for --no_presubmit as per Nicolas' request. by [email protected] · 16 years ago
  72. 2c8d4b2 TBR: nsylvain git-cl is broken by [email protected] · 16 years ago
  73. 6cfadff gcl change <change> was broken when creating a new change list. by [email protected] · 16 years ago
  74. 32ba260 Added patchset persistence in gcl, this is necessary to implement a presubmit queue. by [email protected] · 16 years ago
  75. b044218 Fix gcl in the case there is no CODEREVIEW_SETTINGS file in the repository. by [email protected] · 16 years ago
  76. 85532fc Added some new functionality to gcl: by [email protected] · 16 years ago
  77. 3b217f5 Remove the tree open check since it's now a presubmit script. by [email protected] · 16 years ago
  78. 1bb04aa Remove the use of --non-recursive flag. by [email protected] · 16 years ago
  79. 0ff1fab Add repository root presubmit support. by [email protected] · 16 years ago
  80. 053ba90 Use the --non-recursive flag when committing. by [email protected] · 16 years ago
  81. 98fc2b9 Add support to cache arbitrary file. Rename repository_root to REPOSITORY_ROOT. by [email protected] · 16 years ago
  82. 374d65e Move the changelist files into a subdirectory for cached files implementation. by [email protected] · 16 years ago
  83. 8c3ccf3 Fix error printing in gcl.GetRepositoryRoot() and fix its unit tests. by [email protected] · 16 years ago
  84. 003c269 When -s or --server is used, don't try the patch. by [email protected] · 16 years ago
  85. 1033acc Rename presubmit.py to presubmit_support.py to reduce confusion and be able to add a PRESUBMIT.py check into depot_tools. by [email protected] · 16 years ago
  86. c315020 Fix a regression on svn cp|ren|mv on gcl upload. by [email protected] · 16 years ago
  87. 3bcc6ce Pass "gcl help upload" to upload.py. by [email protected] · 16 years ago
  88. 4810a96 Deprecate gcl.GetSVNStatus() for gclient.CaptureSVNStatus() and fix some status information that was lost. by [email protected] · 16 years ago
  89. 46a9410 Deprecate gcl.GetSVNFileInfo() for gclient.CaptureSVNInfo(). by [email protected] · 16 years ago
  90. be0d1ca Add more tests and cleanup ChangeInfo class. by [email protected] · 16 years ago
  91. 11e0fd6 Revert changes 15823 and 15824 because they broke gclient revert. by [email protected] · 16 years ago
  92. 46b9ae6 Starts reusing functions in gclient.py from gcl.py. by [email protected] · 16 years ago
  93. 8a62d5b Fix incorrect variable in LoadChangelistInfo and recognize directories properly in GenerateDiff. by [email protected] · 16 years ago
  94. 61c5fdf Don't throw an exception for files with only property changes. by [email protected] · 16 years ago
  95. 207fdf3 Convert gcl.GetSVNFileInfo() to xml format. by [email protected] · 16 years ago
  96. c1675e2 Add an optional flag to gcl.ReadFile() so that presubmit can support CRLF PRESUBMIT.py scripts. by [email protected] · 16 years ago
  97. 9b61327 Fix gclient on posix platforms. Grab the latest gcl.py and presubmit.py scripts. by [email protected] · 16 years ago
  98. fb2b8eb Create the Next Generation of depot_tools. Eh. by [email protected] · 16 years ago