aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #287950 - Add a --fail-clean[=n] option, for enabling or disablingZac Medico2009-10-081-0/+9
* Bug #265267 - Add hint about --accept-properties=-interactive in theZac Medico2009-10-061-1/+4
* Bug #287870 - Add -r option as short version of --resume.Zac Medico2009-10-061-2/+2
* Add a new --accept-properties option so that users can temporarily overrideZac Medico2009-10-061-0/+16
* Support print() function with Python 2 in more files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-362/+362
* Add support for --keep-going=n so that it can be disabled on the command lineZac Medico2009-08-211-1/+1
* Add support for --selective=n, so it can be used to remove selectiveZac Medico2009-08-211-2/+5
* Add support for --usepkg=n so that it's possible to disable it onZac Medico2009-08-011-4/+4
* Add support for --complete-graph=n so that it's possible to disable it onZac Medico2009-08-011-1/+1
* Allow --deep to take an optional integer parameter, to specify how deep itZac Medico2009-07-091-3/+3
* Document the --selective option.Zac Medico2009-07-081-0/+6
* Bug #276866 - --binpkg-respect-use < y | n >Zac Medico2009-07-071-0/+7
* Correct --help usage since it no longer takes system, world, or --sync asZac Medico2009-07-041-1/+1
* Remove the --avoid-update option and make it the default behavior whenZac Medico2009-07-041-11/+0
* Make --help into an action, and move --help --sync output to theZac Medico2009-07-031-20/+17
* Bug #275945 - Add a new --avoid-update which tries to avoid updating packagesZac Medico2009-06-301-0/+11
* Add/update copyright headers.Zac Medico2009-06-251-1/+1
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-221-2/+0
* Add a new --deselect action which removes atoms from the world file. ThisZac Medico2009-04-191-0/+12
* Add a note about egencache to the --regen docs.Zac Medico2009-04-121-1/+2
* Clarify docs for --root-deps.Zac Medico2009-04-011-1/+2
* Combine the --rdeps-only and --root-deps options into a single --root-depsZac Medico2009-04-011-14/+8
* Document --root and --config-root.Zac Medico2009-03-291-0/+12
* Add support for --rdeps-only and --root-deps options which are useful inZac Medico2009-03-291-0/+18
* Note that --noreplace takes precedence over options such as --newuse.Zac Medico2009-03-241-0/+6
* Bug #252562 - Show --onlydeps in short --help output.Zac Medico2008-12-261-1/+2
* Remove world and system targets for emerge --help since it no longer works no...Zac Medico2008-11-251-29/+0
* In the --depclean docs, there's no need to advise the user to use --oneshotZac Medico2008-09-271-1/+1
* Add a new --list-sets action, as requested by jmbsvicetto.v2.2_rc9Zac Medico2008-09-211-1/+7
* Bug #233421 - Fix grammar, missing "be" in --update description. Thanks toZac Medico2008-07-301-2/+2
* Add support for the --jobs option to be specified without anZac Medico2008-07-291-3/+6
* Update --depclean and --prune, removing warnings about libraries since thoseZac Medico2008-07-221-27/+35
* Add some cross references between emerge's new parallel build options andZac Medico2008-07-151-1/+8
* Document the new --jobs and --load-average options for parallelization.Zac Medico2008-07-111-4/+24
* Add documentation for the new --keep-going option.Zac Medico2008-06-271-7/+24
* Document the new emerge <file> feature.Zac Medico2008-06-201-1/+1
* Update --depclean and package.provided docs to indicate interactionZac Medico2008-06-031-16/+31
* Swap --nospinner and --oneshot for alphabetical ordering.Zac Medico2008-04-211-1/+1
* Bug #218439 - Improve alignment in short emerge --help options output.Zac Medico2008-04-211-5/+6
* Rename the undocumented --conistent option to --complete-graph and addZac Medico2008-04-111-1/+14
* Bug #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-191-5/+15
* Move the emerge module to _emerge to make it privateZac Medico2007-10-161-0/+394