summaryrefslogtreecommitdiff
path: root/subcmds/checkout.py
AgeCommit message (Expand)Author
2024-10-23subcmds: reduce multiprocessing serialization overheadKuang-che Wu
2023-10-31cleanup: Update codebase to expect Python 3.6Jason R. Coombs
2023-09-14subcmds: Use repo loggerAravind Vasudevan
2023-08-22isort: format codebasev2.36Mike Frysinger
2023-08-10Raise RepoExitError in place of sys.exitJason Chang
2023-05-18sync: Show elapsed time for the longest syncing projectGavin Mak
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2022-02-17Add multi-manifest support with <submanifest> elementv2.22LaMont Jones
2021-06-15commands: document the "common" class attributeMike Frysinger
2021-04-15command: add a helper for the parallel execution boilerplateMike Frysinger
2021-04-13progress: hide progress bar when --quietMike Frysinger
2021-02-27checkout: add --jobs supportMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2019-08-28split out cli validation from executionv1.13.5Mike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2012-11-13Change print statements to work in python3Sarah Owens
2012-10-22More coding style cleanupDavid Pursehouse
2011-04-07Fixed repo checkout error message when git reports errors.Doug Anderson
2009-04-18Improve checkout performance for the common unmodified caseShawn O. Pearce
2009-04-13Cleanup checkout help to match other commandsShawn O. Pearce
2009-04-10Add checkout command.Wink Saville