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