summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/sets/shell
Commit message (Expand)AuthorAgeFilesLines
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-1/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use bash's built-in echo instead of the actual echo binary since it hasZac Medico2008-06-211-3/+4
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-111-1/+1
* Last commit added more tests for sets and taught me what I was doing wrong ;)...Alec Warner2007-09-071-0/+0
* Fix hardcoded /usr/bin/echo to use portage.process.find_binary().Zac Medico2007-07-221-1/+3
* add test for CommandOutputSetAlec Warner2007-07-222-0/+26