summaryrefslogtreecommitdiffstats
path: root/subcmds/gitc_delete.py
Commit message (Expand)AuthorAgeFilesLines
* gitc: drop supportJason Chang2023-08-151-52/+0
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-18/+24
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* subcmds: force consistent help text formatMike Frysinger2021-05-041-1/+1
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-4/+0
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* flake8: Suppress "F821 undefined name" inline for Python 2 namesDavid Pursehouse2020-02-151-1/+1
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Remove unused pylint suppressionsDavid Pursehouse2018-07-241-2/+0
* Workaround shutil.rmtree limitation on WindowsRenaud Paquay2017-05-291-2/+2
* gitc_delete: Remove unused importsDavid Pursehouse2017-05-261-2/+0
* GITC: Add repo gitc-delete command.Simran Basi2015-10-011-0/+55