summaryrefslogtreecommitdiffstats
path: root/subcmds/help.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-1/+1
* isort: format codebasev2.36Mike Frysinger2023-08-221-6/+4
* gitc: drop supportJason Chang2023-08-151-21/+1
* Raise RepoExitError in place of sys.exitJason Chang2023-08-101-1/+6
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-150/+180
* help: fix grammar in help textMike Frysinger2021-11-121-1/+1
* repo: refactor help output handlingMike Frysinger2021-07-281-0/+7
* commands: pass settings via __init__Mike Frysinger2021-06-151-4/+2
* commands: document the "common" class attributeMike Frysinger2021-06-151-2/+2
* help/version: sprinkle bug report URL aroundMike Frysinger2021-04-261-0/+2
* help: switch from formatter module to textwrapMike Frysinger2021-04-141-8/+13
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-3/+0
* manifest_xml: refactor manifest parsing from client managementMike Frysinger2020-11-181-2/+2
* subcmds: stop instantiating at import timeMike Frysinger2020-03-171-3/+3
* subcmds: centralize all_commands logicMike Frysinger2020-03-171-6/+7
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+1
* Fix indentation issues reported by flake8David Pursehouse2020-02-121-4/+4
* help: unify command displayMike Frysinger2019-12-031-17/+9
* help: add a --help-all option to show all commands at onceMike Frysinger2019-08-271-4/+15
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* update markdown/help header formatMike Frysinger2018-10-101-15/+2
* Add GitcClientCommand class for GITC-specific commandsDan Willemsen2015-09-291-2/+6
* gitc: Improve help visibilityv1.12.28Dan Willemsen2015-09-011-2/+11
* Some fixes for supporting python3Chirayu Desai2013-04-181-6/+4
* Fix: Missing spaces in printed messagesDavid Pursehouse2013-03-051-1/+1
* Tidy up code formatting a bit moreDavid Pursehouse2012-11-141-1/+1
* Change print statements to work in python3Sarah Owens2012-11-131-19/+14
* Coding style cleanupDavid Pursehouse2012-10-091-3/+3
* help: Fix help syncShawn O. Pearce2011-10-111-0/+1
* help: Don't show empty Summary or Description sectionsShawn O. Pearce2011-01-091-0/+2
* Support a level 2 heading in help description textShawn O. Pearce2009-04-211-3/+13
* Show options help after the summary for a commandShawn O. Pearce2009-04-181-1/+1
* Add a 'repo manifest' command whose help is the manifest file formatShawn O. Pearce2009-03-041-3/+14
* Tell users how to see the complete list of commandsShawn O. Pearce2009-03-041-0/+1
* Don't permit users to run repo status in a mirror clientShawn O. Pearce2009-03-031-2/+2
* Initial Contributionv1.0The Android Open Source Project2008-10-211-0/+147