summaryrefslogtreecommitdiffstats
path: root/subcmds/info.py
Commit message (Expand)AuthorAgeFilesLines
* commands: document the "common" class attributeMike Frysinger2021-06-151-1/+1
* subcmds: force consistent help text formatMike Frysinger2021-05-041-1/+1
* add --no-current-branch option to invert --current-branchMike Frysinger2021-05-041-0/+3
* harmonize --current-branch short option across subcommandsMike Frysinger2021-05-031-2/+8
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-2/+0
* manifest_xml: refactor manifest parsing from client managementMike Frysinger2020-11-181-1/+1
* repo info findRemoteLocalDiff use short branchDaniel Kutik2020-05-121-2/+5
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-1/+2
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-5/+5
* Fix various whitespace issues reported by pyflakesDavid Pursehouse2020-02-121-1/+1
* Fix flake8 E251 unexpected spaces around keyword / parameter equalsDavid Pursehouse2020-02-121-5/+5
* info: Fix formatting of block commentDavid Pursehouse2020-02-121-1/+1
* info: Add the manifest revisionDiogo Ferreira2020-01-241-0/+4
* info: fix "current" outputMike Frysinger2019-10-051-2/+8
* info: allow NoSuchProjectError to bubble upMike Frysinger2019-10-011-5/+2
* 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
* info: Use the non-formatting printer for headtextSebastian Schuberth2019-04-171-1/+1
* Prevent repo info from crashing when default element doesn't exist.Cassidy Burden2015-07-271-1/+2
* Remove unused show_smart option on list and info commandsDavid Pursehouse2013-05-161-1/+1
* Some fixes for supporting python3Chirayu Desai2013-04-181-1/+1
* Add manifest groups to the output of `info`Conley Owens2013-03-071-1/+7
* Fix crash in repo info when `%` is used in commit messagesOlof Johansson2013-02-261-1/+1
* Fix: GitError when using repo info -dOlof Johansson2013-01-291-1/+1
* Fix: missing spaces in info command outputDavid Pursehouse2013-01-291-3/+3
* Add repo info commandOlof Johansson2012-11-151-0/+195