summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* improve the output a bit.dol-sen2011-04-301-1/+1
|
* Add checks and code to fetch the new list using 'If-Modified-Since' protocol.dol-sen2011-04-302-35/+84
| | | adds saving the 'last-modified' date of the same filename with a .timestamp extension.
* start moving to debug message types.dol-sen2011-04-301-1/+1
|
* Add the module and function to the error message for better tracking of the ↵dol-sen2011-04-291-1/+2
| | | | problem.
* Fix supported() use to return 1 if it is not supported.dol-sen2011-04-299-18/+40
| | | This is a continuation of the move away from raising exceptions for everything.
* Add empty add, sync and postsync options to the defaults so they are defined.dol-sen2011-04-291-2/+26
| | | Fixes sync not working due to the addition of them in the code.
* migrate to using explicit checks.Brian Dolbec2011-03-2714-25/+25
|
* fix double output for info sent to output.error() due to callback.Brian Dolbec2011-03-272-5/+7
|
* migrate to explicit if checkBrian Dolbec2011-03-271-6/+6
|
* migrate to print()Brian Dolbec2011-03-271-1/+3
|
* fix a missed change in error handling.Brian Dolbec2011-03-261-2/+1
|
* migrate except ... as Brian Dolbec2011-03-268-25/+25
|
* migrate to print()Brian Dolbec2011-03-266-52/+64
|
* fix missed parameter.Brian Dolbec2011-03-261-1/+1
|
* remove no longer used action.pyBrian Dolbec2011-03-261-570/+0
|
* replace more exception raising with error reporting and proper return values.Brian Dolbec2011-03-2610-41/+52
| | | | some long line cleanup.
* add being able to set the OptionConfig defaults as wellBrian Dolbec2011-03-261-3/+15
|
* make add_from_dict() private.Brian Dolbec2011-03-261-2/+2
|
* remove unused import.Brian Dolbec2011-03-261-3/+5
| | | | | change an exception into an output.error message. set more functions to return True/False
* clean out excessive use of try: except pairsBrian Dolbec2011-03-261-20/+9
|
* create a new create_overlay_dict() to assist in using a python dictionary ↵Brian Dolbec2011-03-261-0/+25
| | | | for overlay definitions
* 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
|