summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/main.py
Commit message (Expand)AuthorAgeFilesLines
* Bug #280269 - Decode commandline arguments to unicode when necessary.Zac Medico2009-08-041-0/+4
* Set "emerge" xterm title at the beginning of running emerge.Arfrever Frehtes Taifersar Arahesis2009-08-041-2/+4
* Only treat non-negative integers as valid in insert_optional_args().Zac Medico2009-08-011-2/+1
* Add support for --usepkg=n so that it's possible to disable it onZac Medico2009-08-011-5/+69
* Add support for --complete-graph=n so that it's possible to disable it onZac Medico2009-08-011-1/+12
* Allow --deep to take an optional integer parameter, to specify how deep itZac Medico2009-07-091-2/+34
* Tweak arguments for <python-2.6 compat.Zac Medico2009-07-091-2/+2
* Make -j argument handling more generic, so it's easy to add similar argumentsZac Medico2009-07-091-26/+60
* Shorten the preserved libs message when in --quiet mode. Thanks to SebastianZac Medico2009-07-071-4/+10
* Bug #276866 - --binpkg-respect-use < y | n >Zac Medico2009-07-071-0/+14
* 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