summaryrefslogtreecommitdiffstats
path: root/subcmds/download.py
Commit message (Expand)AuthorAgeFilesLines
* download: add a --branch optionMike Frysinger2020-03-231-1/+11
* download: unify error handling with sub git callsMike Frysinger2020-03-231-11/+21
* download: support -x when cherry-pickingMike Frysinger2020-03-231-1/+12
* download: support --ff when cherry-pickingMike Frysinger2020-03-231-1/+1
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Remove redundant backslashesDavid Pursehouse2020-02-121-2/+2
* remove spurious +x bitsMike Frysinger2020-02-091-0/+0
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Pass refs to ls-remoteAkshay Verma2018-03-241-2/+3
* Download latest patch when no patch is specifiedAkshay Verma2018-03-171-0/+8
* download: try to choose . as default project if noneNicolas Cornu2017-07-121-2/+3
* Exit 1 if repo download -c failsScott Anderson2014-10-171-0/+1
* Add error message for download -c conflictsRob Ward2014-02-111-1/+7
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-3/+3
* Change print statements to work in python3Sarah Owens2012-11-131-10/+11
* Remove unused importsDavid Pursehouse2012-08-231-1/+0
* repo download: add --ff-only optionPierre Tardy2012-05-241-0/+5
* repo download: add --revert optionErwan Mahe2012-05-241-1/+6
* repo download: add --cherry-pick optionPierre Tardy2012-05-241-2/+7
* Fix to display the usage message of the command download when the userThiago Farina2011-01-091-0/+3
* Teach repo how to download changes to the local checkoutv1.0.4Shawn O. Pearce2008-10-231-0/+78