summaryrefslogtreecommitdiffstats
path: root/layman/overlays/cvs.py
Commit message (Expand)AuthorAgeFilesLines
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-221-1/+1
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-241-6/+6
* fix the overly noisy output for unsupported overlay types. Thank you fuzzyra...dol-sen2011-07-281-1/+1
* fix undefined 'subpath', update testsdol-sen2011-07-221-0/+1
* fix bug 363797 python-2.5 test errors cherypicked from 1.4.x branchdol-sen2011-05-011-2/+2
* Fix supported() use to return 1 if it is not supported.dol-sen2011-04-291-2/+4
* migrate to using explicit checks.Brian Dolbec2011-03-271-2/+2
* replace more exception raising with error reporting and proper return values.Brian Dolbec2011-03-261-2/+3
* removal of xml from the vcs class parameters.Brian Dolbec2011-02-231-9/+2
* Add per repo type postsync options.Brian Dolbec2011-02-171-2/+9
* add per repo type config optionsBrian Dolbec2011-02-171-0/+8
* Replace os.system() by subprocess.Popen()Sebastian Pipping2010-07-071-12/+14
* Propagate move of CVS and SubversionSebastian Pipping2010-07-051-1/+1
* pylint: Resolve method overriding with different argumentsSebastian Pipping2010-02-171-2/+2
* Fix handling of CVS overlaysSebastian Pipping2010-01-241-1/+1
* Add support for multiple sources per overlaySebastian Pipping2010-01-131-9/+7
* Inject OverlaySource class into hierarchySebastian Pipping2010-01-131-1/+2
* Migrate overlay classes to using super()Sebastian Pipping2010-01-131-2/+2
* Add reading of format/subpath/category from repositories.xml formatSebastian Pipping2010-01-041-3/+6
* Bring back writing of format/subpath/categorySebastian Pipping2010-01-041-0/+11
* Introduce equality and inequality testsSebastian Pipping2010-01-041-0/+8
* Allow overriding VCS commandsSebastian Pipping2009-12-291-6/+4
* Pass config down to Overlay instancesSebastian Pipping2009-12-291-2/+2
* Migrate XML handling to ElementTreeChristian Groschupp2009-12-281-2/+3
* app-portage/layman cvs update command needs to include -d or it dosn't checko...Gunnar Wrobel2009-10-121-1/+1
* Copyright.v1.2.1Gunnar Wrobel2008-11-151-1/+1
* layman: pass --quiet flag down to the version controlGunnar Wrobel2008-11-141-4/+14
* Import layman.Gunnar Wrobel2007-09-111-0/+73