summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix whitespace, change the versionBrian Dolbec2011-03-261-2/+2
|
* add a new OptionConfig subclass.Brian Dolbec2011-03-261-4/+39
| | | | improve some debug messages.
* remove a few raise Exception()'s and replace them with self.output.error ↵Brian Dolbec2011-03-261-10/+19
| | | | | | messages. wrap the make_Conf in a config check.
* add 2 new functions, add_new & add_from_dict.Brian Dolbec2011-02-231-2/+44
| | | | | Modify the __init__ params a bit whitespace additions between functions.
* removal of xml from the vcs class parameters.Brian Dolbec2011-02-2311-65/+171
|
* set output's error callback to the api's _error().Brian Dolbec2011-02-231-0/+6
| | | | update the overlay's info dictionary.
* add an error callback function ability to pass errors to.Brian Dolbec2011-02-231-5/+15
|
* Change most exceptions raised to output.errors().Brian Dolbec2011-02-231-14/+25
| | | | | | set functions to return True/False. Signed-off-by: Brian Dolbec <brian.dolbec@gmail.com>
* separate out ArgsParser to it's own file and subclass BareConfigBrian Dolbec2011-02-233-356/+383
|
* Create a new single import high level Layman classBrian Dolbec2011-02-191-1/+47
|
* remove no longer needed imports and OUT variableBrian Dolbec2011-02-191-8/+1
|
* import Message directly add all options to BareConfig for easy instantiation ↵Brian Dolbec2011-02-191-6/+9
| | | | with teh desired options.
* eliminate the need to import Message, cleanup some stale comments.Brian Dolbec2011-02-191-9/+2
|
* missed another typoBrian Dolbec2011-02-181-1/+1
|
* fix typosBrian Dolbec2011-02-181-2/+2
|
* fix missed colonBrian Dolbec2011-02-181-1/+1
|
* add nocolr to BareConfig and improve quiet/quietness handlingBrian Dolbec2011-02-181-1/+10
|
* Add per repo type postsync options.Brian Dolbec2011-02-1711-44/+141
| | | Some minor long lines cleanup.
* make the BareConfig more comparable with the ArgsParser.Brian Dolbec2011-02-171-11/+35
| | | Separate out a True/False function for config option string conversion.
* shorten long linesBrian Dolbec2011-02-171-8/+12
|
* add per repo type config optionsBrian Dolbec2011-02-178-19/+125
|
* fix the incorrect exit code settings which are opposite the True/False that ↵Brian Dolbec2011-02-132-3/+7
| | | | the api returns
* Split out MessageBase class, more code reduction/cleanupBrian Dolbec2011-02-131-15/+38
|
* more DebugMessage class cleanup/transition to subclassing MessageBrian Dolbec2011-02-131-25/+14
|
* fix a missed color_off(), add myself to the copyright, whitespace cleaningBrian Dolbec2011-02-131-10/+7
|
* fix a long line, clean an unused import, fix the sync return value betterBrian Dolbec2011-02-131-4/+3
|
* simplify debug.py to subclass the simplified Message classBrian Dolbec2011-02-131-128/+23
|
* further simplify, reduce the number of functionsBrian Dolbec2011-02-132-28/+16
|
* output more info to the trial for adding an overlayBrian Dolbec2011-02-121-0/+4
|
* use the new message class and fix the error recording and outputBrian Dolbec2011-02-124-24/+27
|
* new simplified message classBrian Dolbec2011-02-121-0/+187
|
* rename Overlay's __str__(). split out UnknownOverlayMessage() from the ↵Brian Dolbec2011-02-122-4/+6
| | | | exception class
* add the ability to plugin repository definition xml files without editing ↵Brian Dolbec2011-02-121-5/+33
| | | | the config file
* add an example testpath for testing the git checkoutBrian Dolbec2011-02-121-0/+17
|
* add an irc data element to the overlay xmlBrian Dolbec2011-02-122-0/+14
|
* add a list_ids() and use the itBrian Dolbec2011-02-122-2/+8
|
* add missing output statements, debug all the new actionsBrian Dolbec2011-02-121-17/+26
|
* minor word changeBrian Dolbec2011-02-121-1/+1
|
* add missing output messagesBrian Dolbec2011-02-121-3/+20
|
* add a generator for source types the same as source uris.Brian Dolbec2011-02-122-11/+17
| | | | | use the generator in get_all_info(). pylint cleanup.
* add a few more files to ignoreBrian Dolbec2011-02-121-0/+2
|
* create a new cli interface to use the new apiBrian Dolbec2011-02-122-2/+291
|
* overhaul the api, add several functions, delay loading of the db's, etcBrian Dolbec2011-02-122-97/+140
|
* move utility functions out of the Overlay classBrian Dolbec2011-02-112-41/+61
|
* add a linefeed to the hint message for better output separationBrian Dolbec2011-02-111-2/+2
|
* fix long lines and a typo, minor code improvementsBrian Dolbec2011-02-111-10/+19
|
* Move color codes to a new file.Brian Dolbec2011-02-112-14/+53
| | | | Add some message string constants
* add optional repo list limiter to the list functionBrian Dolbec2011-02-111-2/+5
|
* slight code change to my modified base.Brian Dolbec2011-02-111-10/+10
| | | | whitespace cleanup
* update to using basestring instead of str.Brian Dolbec2011-02-111-4/+5
| | | | Otherwise assume it is an iterable.