aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deprecates get_all_info() functionDevan Franchini2015-08-271-6/+0
* cli.py: Removes docstring test and provides docstring descriptionDevan Franchini2015-06-151-2/+1
* Removes doctest remnantsDevan Franchini2014-10-171-12/+0
* cli.py: Modifies print_shortlist info unpackingDevan Franchini2014-08-151-1/+1
* cli.py: Adds disable and enable cli functionsDevan Franchini2014-08-151-0/+40
* cli.py: Removes unncessary comma placementDevan Franchini2014-08-131-11/+11
* cli.py: Fixes incorrect determination of supported overlayDevan Franchini2014-08-131-2/+2
* {argsparser, cli}.py: adds --readd cli optionDevan Franchini2014-06-121-1/+17
* cli.py: Adds byte array supportDevan Franchini2014-06-121-10/+14
* {api, cli, output, version}.py: Updates print() functionsDevan Franchini2014-06-021-1/+1
* Imports unicode_literals from __future__Devan Franchini2014-06-021-0/+2
* Adds compatibility to exception handlingDevan Franchini2014-06-021-1/+1
* Add cli options to both layman-updater and layman to print the setup help mes...Brian Dolbec2013-07-281-0/+7
* fix typo reported by kurly in http://forums.gentoo.org/viewtopic-t-939646.html.Brian Dolbec2012-10-161-1/+1
* add news reporting capability when adding/syncing overlays. Bug 388233dol-sen2011-10-261-2/+2
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-091-1/+1
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-091-10/+8
* fix bug 378097. unofficial installed overlays not printing (due to nocheck=no...dol-sen2011-08-071-3/+3
* tidy up some task spacing, eliminate a duped error output, comment out some d...dol-sen2011-08-071-5/+7
* clean out some dead commented out code. add a blank line after each action ta...dol-sen2011-08-061-13/+16
* adjust width for the leading spacedol-sen2011-08-061-1/+1
* add debug messages, fix error reporting in the api, refactor action & error p...dol-sen2011-08-061-23/+45
* improve the output a bit.dol-sen2011-04-301-1/+1
* fix double output for info sent to output.error() due to callback.Brian Dolbec2011-03-271-2/+3
* migrate except ... as Brian Dolbec2011-03-261-2/+2
* migrate to print()Brian Dolbec2011-03-261-10/+12
* fix the incorrect exit code settings which are opposite the True/False that t...Brian Dolbec2011-02-131-3/+4
* use the new message class and fix the error recording and outputBrian Dolbec2011-02-121-1/+2
* add missing output statements, debug all the new actionsBrian Dolbec2011-02-121-17/+26
* add missing output messagesBrian Dolbec2011-02-121-3/+20
* create a new cli interface to use the new apiBrian Dolbec2011-02-121-0/+286