summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/help.py
Commit message (Expand)AuthorAgeFilesLines
* preserve-libs: preserve during uninstallZac Medico2011-05-251-1/+4
* emerge: add --misspell-suggestions=n optionZac Medico2011-05-041-0/+9
* emerge: fix indent for --binpkg-respect-use helpZac Medico2011-05-041-1/+1
* emerge: support [ y | n ] for --askZac Medico2011-03-261-1/+3
* emerge: support [ y | n ] for --quietv2.1.9.43Zac Medico2011-03-141-2/+5
* emerge: mention revdep-rebuild in depclean helpv2.1.9.41Zac Medico2011-02-221-5/+10
* Update date headers for modified files.v2.1.9.40Zac Medico2011-02-151-1/+1
* emerge.1: cross-ref --newuse and --changed-useZac Medico2011-02-131-1/+4
* emerge: accept 'y' for options that accept 'n'Zac Medico2010-11-231-18/+39
* Raise default backtrack limit from 5 to 10.Zac Medico2010-10-221-1/+1
* Add support for emerge --buildpkg=n.Zac Medico2010-10-111-1/+1
* Update emerge --autounmask docs to indicate support for LICENSEZac Medico2010-09-171-2/+2
* Update --autounmask docs to note that it generates package.use settings.Zac Medico2010-09-091-1/+2
* Disable the --depclean-lib-check option when _ENABLE_DYN_LINK_MAPZac Medico2010-09-071-8/+11
* When _ENABLE_DYN_LINK_MAP is False, show additional --depclean helpZac Medico2010-08-301-0/+7
* * Add a --autounmask[=n] option and for now leave it disableZac Medico2010-08-051-0/+11
* Add a warning message to the --package-moves[=n] docs, noting thatZac Medico2010-07-281-1/+4
* Add a --package-moves[=n] option that can be used to control theZac Medico2010-07-281-0/+6
* Document --depclean-lib-check[=n].Zac Medico2010-07-281-0/+8
* Add help for --rebuilt-binaries-timestamp.Zac Medico2010-05-271-0/+9
* Make --deselect work for sets (bug 268798)Sebastian Luther2010-05-271-1/+1
* emerge --help: Add --ignore-default-opts (closes bug 246491)Sebastian Luther2010-05-271-0/+8
* Make --exclude use whitespace to separate atoms since atoms are typicallyZac Medico2010-05-041-1/+1
* Add --exclude optionSebastian Luther2010-04-291-0/+7
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>Zac Medico2010-03-161-4/+6
* Move --update from the actions to the options section.Zac Medico2010-03-081-7/+9
* Clean up/sync docs for emerge --sync, and add a note about PORTAGE_SYNC_STALE.Zac Medico2010-03-081-12/+25
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-02-281-0/+8
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-02-221-1/+1
* Only enable --rebuilt-binaries automatically if --update and --deep are alsoZac Medico2010-02-181-2/+3
* Fix colors for --rebuilt-binaries docs.Zac Medico2010-02-181-1/+1
* Add a --rebuilt-binaries[=n] option, causing automatic replacement ofZac Medico2010-02-181-0/+9
* Bug #304793 - Update --newuse docs to indicate that this option also impliesZac Medico2010-02-131-2/+5
* Bug #291200 - Add a --quiet-build option to redirect all build output to logsZac Medico2009-11-061-0/+6
* Add a --backtrack=COUNT option to control how many times backtracking isZac Medico2009-10-311-0/+7
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-261-3/+3
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-261-2/+2
* Bug #134466 - Add a --ask-enter-invalid option. When used together with theZac Medico2009-10-241-10/+23
* Add --help output for --unordered-display, and move man page docs from theZac Medico2009-10-231-0/+9
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-181-0/+6
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-161-0/+8
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-4/+4
* Add --changed-use as an alias for --reinstall=changed-use. Thanks toZac Medico2009-10-091-0/+5
* 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