summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/main.py
Commit message (Expand)AuthorAgeFilesLines
...
* Remove set operator support since the current implementation does not meetZac Medico2009-07-051-43/+1
* Update help() usage since the myopts parameter is gone. Thanks toZac Medico2009-07-041-1/+1
* Don't pass myopts into profile_check() since it's no longer needed. Thanks toZac Medico2009-07-041-5/+3
* Remove the --avoid-update option and make it the default behavior whenZac Medico2009-07-041-6/+0
* Make --help into an action, and move --help --sync output to theZac Medico2009-07-031-15/+12
* Bug #275945 - Add a new --avoid-update which tries to avoid updating packagesZac Medico2009-06-301-0/+6
* Move __init__.py to main.py.Zac Medico2009-06-261-0/+1282