summaryrefslogtreecommitdiffstats
path: root/subcmds/checkout.py
Commit message (Expand)AuthorAgeFilesLines
* Add multi-manifest support with <submanifest> elementv2.22LaMont Jones2022-02-171-1/+1
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* command: add a helper for the parallel execution boilerplateMike Frysinger2021-04-151-14/+8
* progress: hide progress bar when --quietMike Frysinger2021-04-131-1/+1
* checkout: add --jobs supportMike Frysinger2021-02-271-10/+27
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-1/+2
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Change print statements to work in python3Sarah Owens2012-11-131-4/+4
* More coding style cleanupDavid Pursehouse2012-10-221-3/+3
* Fixed repo checkout error message when git reports errors.Doug Anderson2011-04-071-9/+15
* Improve checkout performance for the common unmodified caseShawn O. Pearce2009-04-181-10/+21
* Cleanup checkout help to match other commandsShawn O. Pearce2009-04-131-4/+6
* Add checkout command.Wink Saville2009-04-101-0/+45