- eaab784 Add --transitive flag. by [email protected] · 14 years ago
- ff3e4a8 Fix constructor arguments to OSError. by [email protected] · 14 years ago
- ade9c59 Fix case where wc_info is not present. by [email protected] · 14 years ago
- d25fb8f Revert r80770 "Switch from xml.dom.minidom to xml.etree" by [email protected] · 14 years ago
- 949d1a6 Switch from xml.dom.minidom to xml.etree by [email protected] · 14 years ago
- 58ef297 Revert r80216 "Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's ..."" by [email protected] · 14 years ago
- 93ef410 Reapply r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
- 5a376ed Revert r79779: "Removed gclient_utils.Popen() and use subprocess2's version instead." by [email protected] · 14 years ago
- 2425494 Removed gclient_utils.Popen() and use subprocess2's version instead. by [email protected] · 14 years ago
- 20254fc Revert r79002 - bug processing reviewer lists by [email protected] · 14 years ago
- 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
- 97ae58e Make git_cl (and everything else not skipped under depot_tools) by [email protected] · 14 years ago
- 1edee69 Fix win32api and win32con definition order. by [email protected] · 14 years ago
- f904072 Shorten RemoveDirectory and rename to rmtree. Remove rmtree from fake_repos. by [email protected] · 14 years ago
- 31f10a8 Remove unneeded logging.info() calls. by [email protected] · 14 years ago
- 3487f7f Add more logging. Useful to understand `git try` slowness. by [email protected] · 14 years ago
- 1bd1ed3 Add more exception information to breakpad. by [email protected] · 14 years ago
- 0661727 Reduce the chances for gclient to throw an exception in subprocess module. by [email protected] · 15 years ago
- b17b55b Disable the remaining pylint warnings locally and enable pylint warnings in PRESUBMIT. by [email protected] · 15 years ago
- cb2985f Largely reduce the number of pylint warnings and fix one typo. by [email protected] · 15 years ago
- 78b8cd1 gclient can now handle git URLs containing "-" in usernames and "~" in paths. by [email protected] · 15 years ago
- ac61023 Fix a bug in gclient recurse for git-svn users. Make gclient_utils.CheckCall more versatile. by [email protected] · 15 years ago
- 55a2eb8 Display the name of the repository that is being updated. by [email protected] · 15 years ago
- 77e4eca Remove cruft from having to do bookeeping of options.stdout. by [email protected] · 15 years ago
- 4ed3418 Directly hook sys.stdout for thread annotated output. by [email protected] · 15 years ago
- e0de9cb Remove the class StdoutAnnotated and clones the object instead. by [email protected] · 15 years ago
- 8aba5f7 Add a nice message for cygwin users, telling them to rebase when necessary. by [email protected] · 15 years ago
- acc4567 Enable parallel checkout by default to --jobs=8 and smoke tests. by [email protected] · 15 years ago
- cb1e97a Enable annotated output for --jobs N!=1. by [email protected] · 15 years ago
- 3742c84 Add the infrastructure necessary to support annotated stdout. by [email protected] · 15 years ago
- ad80e3b Simplify GIT.Capture() code to always redirect stderr by default and always throw an exception on failure. by [email protected] · 15 years ago
- 9c53126 Enter a description of the change. by [email protected] · 15 years ago
- db111f7 Add automatic auto-flushing stdout. by [email protected] · 15 years ago
- 20760a5 Do not blindly assume that a .gclient file in a parent directory belongs to the current directory. by [email protected] · 15 years ago
- 7b194c1 Improve exception handling. by [email protected] · 15 years ago
- 66c83e6 Rename retcode to returncode to be consistent with subprocess. by [email protected] · 15 years ago
- a1693be Remove kwargs copy, it is not necessary. Remove ordered argument support from popen to simplify it. by [email protected] · 15 years ago
- 17d0179 Cleanup the code in gclient_utils to standardize on CheckCall nomenclature. by [email protected] · 15 years ago
- 2b9aa8e Refactor SubprocessCallAndFilter() to remove positional arguments. by [email protected] · 15 years ago
- 559c3f8 Add stdout param to SubprocessCallAndFilter(). by [email protected] · 15 years ago
- 3a29268 Redo of r56893 with fix to support python 2.5. by [email protected] · 15 years ago
- a488c7d Fix for files not ending with \n, otherwise the last line would be ignored. by [email protected] · 15 years ago
- ad0b13d Revert "Remove code duplication and improve style." by [email protected] · 15 years ago
- 850ee06 Remove code duplication and improve style. by [email protected] · 15 years ago
- c41c27c Force LANGUAGE=en to fix svn output parsing by [email protected] · 15 years ago
- 8ad1cee Flush more often in gclient's SubprocessCallAndFilter. by [email protected] · 15 years ago
- c8d064b Add back stack location to gclient exceptions. by [email protected] · 15 years ago
- 9e5317a Add --jobs support to gclient. --jobs=1 is still the default for now. by [email protected] · 15 years ago
- 80cbe8b Move ExecutionQueue and WorkItem to gclient_utils.py by [email protected] · 15 years ago
- df2b315 Reapply gclient.py refactor for the third time. by [email protected] · 15 years ago
- dc7445d Revert the refactor (r52005) again, it broke webkit checkout. by [email protected] · 15 years ago
- 917aa91 Reapply r51760 and r51761 that were reverted in r51767. by [email protected] · 15 years ago
- 5248d9d Revert both r51761 and r51760 as it broke the webkit slaves. by [email protected] · 15 years ago
- adecb31 Bring some OOP and sanity to gclient.py. by [email protected] · 15 years ago
- 5990f9d Give more simple message when a SyntaxError is thrown by [email protected] · 15 years ago
- 9eda411 Incremental changes towards more efficient refactoring of gclient.py by [email protected] · 15 years ago
- 116704f Some preparation work towards the gclient.py refactor. by [email protected] · 15 years ago
- 6e29d57 Add pylintrc and fix style for many scripts. Fix a bug in scm.SVN.DiffItem() by [email protected] · 15 years ago
- d2e9256 Revert r45652 and r45653. It broke the single file export feature. by [email protected] · 15 years ago
- 09fd102 try/finally by [email protected] · 15 years ago
- 6f36372 patch from issue 1640001 by [email protected] · 15 years ago
- 54c3a7e TBR: jamesr by [email protected] · 15 years ago
- 8b5086d Add -j option to gclient to run parallel updates by [email protected] · 15 years ago
- f43d019 Adding weekly tool to help with weekly snippets by [email protected] · 15 years ago
- 7be5ef2 Change CheckCall behavior when print_error=False by [email protected] · 15 years ago
- e6f7835 gclient: git relative url implementation by [email protected] · 15 years ago
- 01d8c1d Fix checkout root detection for git. by [email protected] · 15 years ago
- d9141bf After much refactory, finally add significant functionalities to trychanges.py by [email protected] · 15 years ago
- 3ccbf7e Factor out PathDifference into gclient_utils for a later reuse. by [email protected] · 15 years ago
- a937176 Add full_move flag to GIT.GenerateDiff and Factor out FindGclientRootDir into gclient_utils. by [email protected] · 15 years ago
- ea8c1a9 Make breakpad, gcl and presubmit_support dependencies optional by [email protected] · 15 years ago
- 1811135 Remove gclient-specific hacks from trychange into gcl. Remove upload dependency. by [email protected] · 15 years ago
- 9a2f37e Remove trychange.RunCommand and replace it by gclient_utils.CheckCall. by [email protected] · 15 years ago
- c532e17 gclient: implement a less hacky relative URL implementation by [email protected] · 15 years ago
- b9f2f62 gclient: fix bug in parsing ssh urls by [email protected] · 16 years ago
- a4d60f9 Fix parsing bug in SplitUrlRevision. 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
- ac915bb gclient: fix another bug where ssh urls weren't parsed correctly by [email protected] · 16 years ago
- 5cc6c57 Fix output reordering when you get a conflict on an update. by [email protected] · 16 years ago
- 9e890f9 Move the log message up a line to make sure it appears before the actual output. by [email protected] · 16 years ago
- 22e29d4 Make 'gclient update' and 'gclient status' quieter by default - they don't 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
- 9344e97 Revert "Modify the output of gclient update, gclient status to only print out" by [email protected] · 16 years ago
- 1a77f1d Modify the output of gclient update, gclient status to only print out by [email protected] · 16 years ago
- 167b9e6 Fix PyChecker errors caused by r26423. by [email protected] · 16 years ago
- 8f9c69f Fixing errors in gclient on a gclient revert --nohooks on windows. by [email protected] · 16 years ago
- 5f3eee3 gclient: remove wildcard import from git_scm by [email protected] · 16 years ago