summaryrefslogtreecommitdiffstats
path: root/subcmds/list.py
Commit message (Expand)AuthorAgeFilesLines
* list: add a --relative-to optionMike Frysinger2021-07-271-3/+13
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* subcmds: force consistent help text formatMike Frysinger2021-05-041-6/+6
* list: fix help grammarMike Frysinger2021-04-141-3/+3
* list: add option to show non-checkedout projects tooMike Frysinger2021-04-131-3/+12
* forall/list: delete spurious "Mike Frysinger2021-03-191-1/+1
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+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
* Remove unused importsDavid Pursehouse2020-02-121-1/+0
* split out cli validation from executionv1.13.5Mike Frysinger2019-08-281-5/+4
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* Support filtering by group on forall and list subcmdGraham Christensen2015-07-301-1/+4
* Remove unused show_smart option on list and info commandsDavid Pursehouse2013-05-161-1/+1
* Add regex support for subcommand forallZhiguang Li2013-04-291-12/+0
* list: add name-only and path-only optionsChirayu Desai2013-04-061-1/+18
* Change print statements to work in python3Sarah Owens2012-11-131-1/+2
* Add regex matching to repo list commandOlof Johansson2012-10-251-4/+34
* Add 'list' command to repo.Doug Anderson2011-03-161-0/+48