aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* overlay.py: Modifies error message for missing "name" entryDevan Franchini2015-07-131-4/+2
* overlay.py: Adds json support for overlay definitionsDevan Franchini2015-07-131-254/+402
* Code clean-upDevan Franchini2015-07-131-6/+5
* overlay.py: Quick code cleanupDevan Franchini2015-07-101-43/+70
* Renames protocol_order to protocol_filterDevan Franchini2015-03-261-8/+8
* overlay.py: Closes off interpolation tuple for error message in update()Devan Franchini2015-03-261-1/+1
* overlay.py: Modifies the implementation of filter_protocolsDevan Franchini2015-03-261-10/+19
* overlay.py: Adds overlay source protocol filteringDevan Franchini2015-03-261-2/+33
* Removes doctest remnantsDevan Franchini2014-10-171-11/+0
* overlay.py: Adds self.ovl_typeDevan Franchini2014-08-151-0/+2
* Adds stub moduleDevan Franchini2014-08-151-4/+3
* overlay.py: Adds plug-in module controllerDevan Franchini2014-08-151-32/+13
* external.py: Adds OverlayObjTest() test to test suiteDevan Franchini2014-08-101-51/+7
* overlay.py: Removes old branch tag componentsDevan Franchini2014-08-101-19/+6
* Adds multiple description field supportDevan Franchini2014-08-101-22/+25
* overlay.py: Improves dictionary checking logicDevan Franchini2014-06-191-29/+44
* Replaces "subpath" with "branch"Devan Franchini2014-06-141-8/+17
* overlay.py: adds update() functionDevan Franchini2014-06-121-0/+34
* Adds unicode compatibility supportDevan Franchini2014-06-021-30/+30
* Imports unicode_literals from __future__Devan Franchini2014-06-021-0/+2
* Adds compatibility to exception handlingDevan Franchini2014-06-021-1/+1
* Add new repository type g-sorcery created by Jauhien PiatlickiBrian Dolbec2013-08-181-0/+2
* fix bug 440628 truncated overlay names.Brian Dolbec2012-11-011-1/+5
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-221-27/+27
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-241-12/+11
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-091-1/+1
* adjust width for the leading spacedol-sen2011-08-061-1/+1
* add debug messages, fix broken UnknownOverlayExceptiondol-sen2011-08-061-0/+1
* update all tests to passdol-sen2011-07-221-6/+12
* fix a regression for the old xml format.dol-sen2011-05-051-20/+26
* start moving to debug message types.dol-sen2011-04-301-1/+1
* migrate to using explicit checks.Brian Dolbec2011-03-271-1/+1
* migrate to explicit if checkBrian Dolbec2011-03-271-6/+6
* migrate except ... as Brian Dolbec2011-03-261-1/+1
* removal of xml from the vcs class parameters.Brian Dolbec2011-02-231-30/+147
* output more info to the trial for adding an overlayBrian Dolbec2011-02-121-0/+4
* rename Overlay's __str__(). split out UnknownOverlayMessage() from the excep...Brian Dolbec2011-02-121-1/+1
* add an irc data element to the overlay xmlBrian Dolbec2011-02-121-0/+13
* add a generator for source types the same as source uris.Brian Dolbec2011-02-121-0/+5
* move utility functions out of the Overlay classBrian Dolbec2011-02-111-41/+6
* Apply tulcod's g-common support changes.Brian Dolbec2011-02-111-0/+2
* Change the remaining modules to use the config['output'] variable so re-direc...Brian Dolbec2011-02-111-4/+6
* Fix handling of empty XML entities (bug #309617)Sebastian Pipping2010-03-151-8/+14
* pylint: Resolve unused importSebastian Pipping2010-02-171-1/+1
* pylint: Resolve use of blacklisted built-in funtionsSebastian Pipping2010-02-171-1/+1
* pylint: Resolve re-importSebastian Pipping2010-02-171-1/+1
* pylint: Fix bad indentationSebastian Pipping2010-02-171-6/+6
* Fix refactoring faultsSebastian Pipping2010-01-171-2/+0
* Fix Overlay and OverlaySource equality checkSebastian Pipping2010-01-151-2/+5
* Fix whitspace handling for description field (with layman -i)Sebastian Pipping2010-01-151-1/+4