summaryrefslogtreecommitdiffstats
path: root/layman
Commit message (Expand)AuthorAgeFilesLines
* fix an encode error regression in python 2 introduced in the py2, py3 compati...dol-sen2011-10-131-2/+4
* fix a py3 failure, because the file was not opened in binary mode.dol-sen2011-09-251-1/+1
* make the tests more py3 compatibile.dol-sen2011-09-236-22/+52
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-229-66/+100
* fix bug 384085, deprecated "bzr get" to "bzr branch"dol-sen2011-09-221-2/+2
* fix unknown variabledol-sen2011-09-181-1/+2
* fix typo, bug 382785dol-sen2011-09-131-1/+1
* fix bug 381853, remove the noise level param as error() does not have it like...dol-sen2011-09-051-2/+2
* fix a missed conversion to using the Message classdol-sen2011-08-241-1/+1
* rename local_list to installed, create an update function to migrate the change.dol-sen2011-08-244-18/+45
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-2414-81/+79
* pass the input parameters to MessageBasedol-sen2011-08-211-1/+2
* continue establishing a proper high level interface.dol-sen2011-08-211-25/+25
* set some options to the ones passed in that were previously missed.dol-sen2011-08-211-5/+6
* fix success reporting identified in bug 379779. Improve and change error out...dol-sen2011-08-192-8/+17
* remove some dead ERROR constantsdol-sen2011-08-131-4/+0
* HTTPError in 2.5 does not have getcode(). use error.codedol-sen2011-08-101-1/+1
* add the gentoolkit encoding bugfixdol-sen2011-08-091-1/+10
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-0910-28/+29
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-097-65/+53
* make EPREFIX test code eprefixy proofdol-sen2011-08-091-1/+1
* reset version to gitdol-sen2011-08-081-1/+1
* make it EPREFIX readydol-sen2011-08-081-11/+20
* fix bug 378097. unofficial installed overlays not printing (due to nocheck=no...dol-sen2011-08-073-3/+6
* run "svn cleanup..." for keyboard interrupts, bug 377035dol-sen2011-08-072-6/+25
* tidy up some task spacing, eliminate a duped error output, comment out some d...dol-sen2011-08-072-8/+10
* clean out some dead commented out code. add a blank line after each action ta...dol-sen2011-08-061-13/+16
* fix typo causing traceback in bug 377401 comment # 31dol-sen2011-08-061-1/+2
* fix a bug causing it to not get the correct config path.dol-sen2011-08-062-18/+22
* adjust width for the leading spacedol-sen2011-08-062-2/+2
* add a space before the * in the output func()'s as per "Etal"'s request in ht...dol-sen2011-08-061-5/+5
* add debug messages, fix error reporting in the api, refactor action & error p...dol-sen2011-08-062-36/+77
* add debug messages, fix broken UnknownOverlayExceptiondol-sen2011-08-064-3/+17
* add --debug-level to cli options and code Message.debug()dol-sen2011-08-062-2/+27
* add supported_types() to the apidol-sen2011-07-302-1/+14
* fix the overly noisy output for unsupported overlay types. Thank you fuzzyra...dol-sen2011-07-2811-20/+34
* add api.py to the tests. create first api test.dol-sen2011-07-282-3/+63
* initialize subpath variable for consistency between the overlay types.dol-sen2011-07-287-0/+7
* fix setting the timestamp from the remote server, bug # 376601.dol-sen2011-07-281-7/+14
* fix undefined 'subpath', update testsdol-sen2011-07-222-4/+9
* update all tests to passdol-sen2011-07-225-51/+78
* fix existing tests. add tests for new classes. rename T/F_options to lowwerca...dol-sen2011-07-222-23/+54
* some docstring test updatesdol-sen2011-07-212-6/+8
* fix --list --verbose functionality, bug 375779dol-sen2011-07-202-3/+3
* change raising an exceptio to outputing the error.dol-sen2011-07-121-1/+3
* fix success mistrackingdol-sen2011-07-121-7/+10
* Revert "fix mistracking success adding an overlay."dol-sen2011-07-122-12/+9
|\
| * fix an errant mistracking of the success of adding an overlay.dol-sen2011-07-122-8/+8
* | fix mistracking success adding an overlay.dol-sen2011-07-122-9/+12
|/
* pre-release updatedol-sen2011-06-051-1/+3