summaryrefslogtreecommitdiffstats
path: root/subcmds/checkout.py
Commit message (Expand)AuthorAgeFilesLines
* 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