summaryrefslogtreecommitdiffstats
path: root/layman/overlays
Commit message (Expand)AuthorAgeFilesLines
* fix bug 440628 truncated overlay names.Brian Dolbec2012-11-011-1/+5
* Fix bug 372583. Don't add redundant trailing slashes on src uri's where trai...Brian Dolbec2012-10-075-8/+32
* An an automatic 'svn upgrade' capability for svn type repos. Bug 408039.Brian Dolbec2012-10-071-2/+37
* Add setting the default user name and email when adding new git based overlay...Brian Dolbec2012-10-071-6/+22
* fix traceback caused by an extra level parameter in the error _output() calls...Brian Dolbec2012-10-071-3/+3
* Add cwd=base to git's add() run_command function call. This fixes Bug 39664...Brian Dolbec2012-01-061-1/+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-231-2/+2
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-223-29/+29
* fix bug 384085, deprecated "bzr get" to "bzr branch"dol-sen2011-09-221-2/+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
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-2411-67/+66
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-093-8/+8
* run "svn cleanup..." for keyboard interrupts, bug 377035dol-sen2011-08-072-6/+25
* adjust width for the leading spacedol-sen2011-08-061-1/+1
* add debug messages, fix broken UnknownOverlayExceptiondol-sen2011-08-063-0/+7
* add supported_types() to the apidol-sen2011-07-301-1/+2
* fix the overly noisy output for unsupported overlay types. Thank you fuzzyra...dol-sen2011-07-2810-19/+33
* initialize subpath variable for consistency between the overlay types.dol-sen2011-07-287-0/+7
* fix undefined 'subpath', update testsdol-sen2011-07-222-4/+9
* update all tests to passdol-sen2011-07-221-6/+12
* some docstring test updatesdol-sen2011-07-211-4/+4
* fix a regression for the old xml format.dol-sen2011-05-051-20/+26
* fix bug 363797 python-2.5 test errors cherypicked from 1.4.x branchdol-sen2011-05-0110-18/+18
* start moving to debug message types.dol-sen2011-04-301-1/+1
* Fix supported() use to return 1 if it is not supported.dol-sen2011-04-299-18/+40
* migrate to using explicit checks.Brian Dolbec2011-03-279-17/+17
* migrate to explicit if checkBrian Dolbec2011-03-271-6/+6
* migrate except ... as Brian Dolbec2011-03-262-6/+6
* fix missed parameter.Brian Dolbec2011-03-261-1/+1
* replace more exception raising with error reporting and proper return values.Brian Dolbec2011-03-2610-41/+52
* remove unused import.Brian Dolbec2011-03-261-3/+5
* removal of xml from the vcs class parameters.Brian Dolbec2011-02-2311-65/+171
* Add per repo type postsync options.Brian Dolbec2011-02-1710-44/+118
* shorten long linesBrian Dolbec2011-02-171-8/+12
* add per repo type config optionsBrian Dolbec2011-02-177-16/+85
* 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-112-0/+77
* Change the remaining modules to use the config['output'] variable so re-direc...Brian Dolbec2011-02-113-12/+17
* Fix doctest error reported by dabbottSebastian Pipping2010-07-081-1/+1
* Catch keyboard interrupts (Ctrl+C)Sebastian Pipping2010-07-081-1/+5
* Close stdin of child processes in quiet modeSebastian Pipping2010-07-071-2/+12
* Replace os.system() by subprocess.Popen()Sebastian Pipping2010-07-079-92/+121
* Propagate move of CVS and SubversionSebastian Pipping2010-07-052-2/+2
* Fix syncing of SVN overlays for users of SVN <1.6.5 (bug #313303)Sebastian Pipping2010-04-081-1/+9