summaryrefslogtreecommitdiff
path: root/subcmds/cherry_pick.py
AgeCommit message (Expand)Author
2023-10-13Update logger.warn to logger.warningAravind Vasudevan
2023-09-14subcmds: Use repo loggerAravind Vasudevan
2023-08-22isort: format codebasev2.36Mike Frysinger
2023-08-10Raise RepoExitError in place of sys.exitJason Chang
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2022-08-22cherry-pick: tighten up outputMike Frysinger
2021-06-15commands: document the "common" class attributeMike Frysinger
2021-04-13command: make --verbose/--quiet available to all subcommandsMike Frysinger
2021-02-17git_command: rework stdin handlingMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-12Fix various whitespace issues reported by pyflakesDavid Pursehouse
2020-02-12Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse
2019-08-28split out cli validation from executionv1.13.5Mike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2015-06-22Fix 'repo cherry-pick' to avoid hanging on commit-msg update.Than McIntosh
2013-03-05Fix: Missing spaces in printed messagesDavid Pursehouse
2013-02-12Add missing sys module when referencing stderrConley Owens
2012-11-13Change print statements to work in python3Sarah Owens
2012-09-18Clean up importsDavid Pursehouse
2012-08-23Remove unused importsDavid Pursehouse
2011-04-07Added repo cherry-pick commandv1.7.4.3Victor Boivie