summaryrefslogtreecommitdiffstats
path: root/pym/emergehelp.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace compat symlinks with a new compat module as the symlink solution ↵Marius Mauch2007-02-171-1/+1
| | | | | | prevents reuse of state information (requested by ferringb) svn path=/main/trunk/; revision=5981
* Create namespace for emergeMarius Mauch2007-02-081-1/+1
| | | | svn path=/main/trunk/; revision=5931
* Namespace sanitizing, step 1Marius Mauch2007-01-251-420/+1
| | | | svn path=/main/trunk/; revision=5778
* Remove a duplicate % character.Zac Medico2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5593
* Update emerge --metadata docs for more clarity.Zac Medico2006-12-281-4/+7
| | | | svn path=/main/trunk/; revision=5404
* Remove broken nocolor() call, since thats handled internally by the output ↵Zac Medico2006-11-021-2/+0
| | | | | | module anyway. svn path=/main/trunk/; revision=4909
* Add --color < y | n > help output for bug #42115.Zac Medico2006-11-021-4/+8
| | | | svn path=/main/trunk/; revision=4908
* Update help for greedy behavior of --update.Zac Medico2006-10-271-2/+3
| | | | svn path=/main/trunk/; revision=4853
* Update help for --deep.Zac Medico2006-10-271-5/+6
| | | | svn path=/main/trunk/; revision=4852
* Add --with-bdeps to emerge --help output.Zac Medico2006-10-271-0/+8
| | | | svn path=/main/trunk/; revision=4851
* update search docsMarius Mauch2006-07-151-4/+8
| | | | svn path=/main/trunk/; revision=3877
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Revert patch for r3426 for bug 134466 and add warnings to docs.Zac Medico2006-05-281-1/+5
| | | | svn path=/main/trunk/; revision=3437
* Add --nocolor to emerge's short help for bug #133734. Thanks to ↵Zac Medico2006-05-191-1/+1
| | | | | | gabebw@gmail.com for this patch. svn path=/main/trunk/; revision=3377
* let 'emerge -h world' print a nice help message powered by antarus; bug 67448Simon Stelling2006-05-021-1/+13
| | | | svn path=/main/trunk/; revision=3307
* Add cfg-update to the list of happy config file managers.Alec Warner2006-04-301-3/+3
| | | | svn path=/main/trunk/; revision=3290
* Update portage config update messages to mention dispatch-conf (in addition ↵Zac Medico2006-04-301-2/+3
| | | | | | to etc-update). Thanks to genstef for reporting this. svn path=/main/trunk/; revision=3283
* touchup emerge --help: reorder and wrap lines. credit goes to Benno ↵Simon Stelling2006-04-161-41/+44
| | | | | | Schulenberg; bug 121528 svn path=/main/trunk/; revision=3167
* sync short options with the rest of emerge --help; bug 124489Simon Stelling2006-04-161-1/+1
| | | | svn path=/main/trunk/; revision=3166
* emerge info -> emerge --infoSimon Stelling2006-04-061-1/+1
| | | | svn path=/main/trunk/; revision=3080
* add short options for --one-shot and --fetch-all-uri to --help output. ↵Kito2006-03-181-2/+2
| | | | | | Closes Bug #126626 svn path=/main/trunk/; revision=2939
* update copyrightsMike Frysinger2006-03-091-1/+1
| | | | svn path=/main/trunk/; revision=2827
* deprecate 'emerge action' syntax in favor of 'emerge --action'Marius Mauch2006-02-191-1/+1
| | | | svn path=/main/trunk/; revision=2742
* finally remove --rsyncMarius Mauch2006-02-191-1/+1
| | | | svn path=/main/trunk/; revision=2740
* finally remove --upgradeonlyMarius Mauch2006-02-191-1/+1
| | | | svn path=/main/trunk/; revision=2739
* This should have been excluded...Alec Warner2006-02-031-36/+13
| | | | svn path=/main/trunk/; revision=2642
* Thanks to Benno Schulenberg <benno@nietvergeten.nl> for the spelling/grammar ↵Alec Warner2006-02-031-13/+36
| | | | | | fixes, bug #80754 svn path=/main/trunk/; revision=2641
* Add support for an --alphabetical option to emerge that restores the oldJason Stubbs2006-01-271-0/+6
| | | | | | ordering of flags in --pretend output. svn path=/main/trunk/; revision=2589
* Documented `emerge --config` (#109496)Jason Stubbs2005-11-131-0/+5
| | | | svn path=/main/trunk/; revision=2299
* Remove an extra space in a hyphenated string.v2.0.53_rc6Jason Stubbs2005-10-191-1/+1
| | | | svn path=/main/branches/2.0/; revision=2150
* Removing --inject from emerge help summaryJason Stubbs2005-10-161-1/+1
| | | | svn path=/main/branches/2.0/; revision=2139
* add --newuse short option to emerge helpJason Stubbs2005-09-291-2/+2
| | | | svn path=/main/branches/2.0/; revision=2047
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+370
svn path=/main/branches/2.0/; revision=1941