summaryrefslogtreecommitdiffstats
path: root/subcmds/cherry_pick.py
Commit message (Expand)AuthorAgeFilesLines
* Update logger.warn to logger.warningAravind Vasudevan2023-10-131-1/+1
* subcmds: Use repo loggerAravind Vasudevan2023-09-141-13/+9
* isort: format codebasev2.36Mike Frysinger2023-08-221-1/+3
* Raise RepoExitError in place of sys.exitJason Chang2023-08-101-26/+50
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-83/+94
* cherry-pick: tighten up outputMike Frysinger2022-08-221-2/+4
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* command: make --verbose/--quiet available to all subcommandsMike Frysinger2021-04-131-3/+0
* git_command: rework stdin handlingMike Frysinger2021-02-171-3/+1
* 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
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-7/+7
* 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
* Fix 'repo cherry-pick' to avoid hanging on commit-msg update.Than McIntosh2015-06-221-0/+1
* Fix: Missing spaces in printed messagesDavid Pursehouse2013-03-051-1/+1
* Add missing sys module when referencing stderrConley Owens2013-02-121-2/+2
* Change print statements to work in python3Sarah Owens2012-11-131-11/+10
* Clean up importsDavid Pursehouse2012-09-181-1/+2
* Remove unused importsDavid Pursehouse2012-08-231-1/+1
* Added repo cherry-pick commandv1.7.4.3Victor Boivie2011-04-071-0/+114