summaryrefslogtreecommitdiffstats
path: root/subcmds/abandon.py
Commit message (Expand)AuthorAgeFilesLines
* abandon: add support for --quietMike Frysinger2020-02-201-2/+8
* resort a few module imports to follow PEP8Mike Frysinger2020-02-181-1/+3
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+2
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-1/+1
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-4/+4
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-5/+5
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* tweak raise/dict syntax for Python 3 compatMike Frysinger2019-06-131-1/+1
* abandon: fix usage of undefined variableDavid Pursehouse2017-05-261-1/+1
* implement optional '--all' in the abandon commandKyunam.jo2016-10-171-21/+49
* Removed duplication code in abandon.pyKyunam.jo2016-10-121-1/+0
* Change print statements to work in python3Sarah Owens2012-11-131-7/+8
* More coding style cleanupDavid Pursehouse2012-10-221-3/+3
* Fixed repo abandon to give better messages.Doug Anderson2011-04-071-9/+18
* Modify 'repo abandon' to be more like 'repo checkout' and 'repo start'Shawn O. Pearce2009-04-181-2/+21
* Introduce 'repo abandon <branchname>' as an alias for 'git branch -D'v1.0.9Shawn O. Pearce2008-11-031-0/+42