summaryrefslogtreecommitdiffstats
path: root/subcmds/selfupdate.py
Commit message (Expand)AuthorAgeFilesLines
* subcmds: Use repo loggerAravind Vasudevan2023-09-141-2/+5
* isort: format codebasev2.36Mike Frysinger2023-08-221-3/+4
* tweak stdlib imports to follow Google style guideMike Frysinger2023-08-221-2/+2
* Raise RepoExitError in place of sys.exitJason Chang2023-08-101-2/+8
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-29/+34
* sync: use namedtuples for internal return valuesLaMont Jones2022-09-191-1/+1
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* avoid negative variablesMike Frysinger2020-02-191-2/+2
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-2/+2
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Change print statements to work in python3Sarah Owens2012-11-131-1/+2
* sync: Run `git gc --auto` after fetchShawn O. Pearce2011-01-091-0/+1
* Clarify options that control the repo executable versionShawn O. Pearce2009-04-181-2/+3
* Add 'repo selfupdate' to upgrade only repoShawn O. Pearce2009-04-131-0/+59