summaryrefslogtreecommitdiffstats
path: root/layman/cli.py
Commit message (Expand)AuthorAgeFilesLines
* 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