summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Prefer slot conflict over blocker display.Zac Medico2011-10-021-5/+6
* print_changelog: if no changelogs, no newlineZac Medico2011-10-021-0/+2
* depgraph: tweak virtual transition codeZac Medico2011-09-301-5/+5
* depgraph: pull in new-style virtuals moreZac Medico2011-09-301-0/+6
* tweak "missed updates" code from last commitZac Medico2011-09-281-3/+3
* depgraph: verify "missed updates"Zac Medico2011-09-281-0/+4
* manifest: controllable per repoBrian Harring2011-09-271-9/+12
* depgraph: handle unicode exception for bug 384749Zac Medico2011-09-271-2/+3
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-09-231-1/+1
* Tweak auto --binpkg-respect-use more.Zac Medico2011-09-221-2/+1
* Tweak automatic --binpkg-respect-use behavior.Zac Medico2011-09-213-7/+22
* Make --binpkg-respect-use=y the defaultSebastian Luther2011-09-211-4/+6
* Warn about ignored binary packages with non matching USESebastian Luther2011-09-211-3/+44
* emerge: add --complete-graph-if-new-ver < y | n >Zac Medico2011-09-213-12/+23
* Point users to the man page instead of duplicating it in --helpSebastian Luther2011-09-212-814/+5
* autounmask: Always use unresticted atoms for license and USE changesSebastian Luther2011-09-212-17/+12
* Reject inconsistent backtrack parametersSebastian Luther2011-09-202-5/+25
* Document ** keyword for --autounmask-keep-masks.Zac Medico2011-09-191-2/+2
* Suggest --autounmask-keep-masks for ** keyword.Zac Medico2011-09-191-2/+5
* Suggest --autounmask-keep-masks instead of --autounmask=nSebastian Luther2011-09-191-7/+3
* autounmask: Add --autounmask-keep-masks optionSebastian Luther2011-09-193-1/+21
* autounmask: Add --autounmask-unrestricted-atoms optionSebastian Luther2011-09-193-16/+48
* Test --prune with virtual slots.Zac Medico2011-09-181-1/+2
* get_dep_chain: fix KeyError if start_node is rootZac Medico2011-09-181-1/+1
* autounmask: Document where changes are writenSebastian Luther2011-09-181-1/+5
* autounmask: Ensure a suitable parent is displayed in the dep chainSebastian Luther2011-09-181-1/+33
* depclean: don't remove new virtual slotsZac Medico2011-09-181-1/+2
* _RepoDisplay: split PORTDIR_OVERLAY with shlexZac Medico2011-09-171-2/+2
* Remove unused Manifest imports.v2.2.0_alpha58Zac Medico2011-09-141-1/+0
* Fix multislot handling for depclean (bug #382823)Zac Medico2011-09-141-4/+14
* Bind all manifest access through repoconfigsBrian Harring2011-09-122-3/+7
* depgraph: pull in new virtual slots with --updateZac Medico2011-09-111-11/+58
* Revert virtual slot update code for bug 382557.Zac Medico2011-09-111-1/+0
* depgraph: refactor virtual slot --update codeZac Medico2011-09-101-28/+26
* depgraph: use Atom.with_slot() to match virtualsZac Medico2011-09-101-1/+1
* depgraph: use _iter_match_pkgs_any where possibleZac Medico2011-09-091-6/+5
* depgraph: pull in new virtual slots with --updateZac Medico2011-09-091-1/+7
* Update unread news items in --pretend mode.Zac Medico2011-09-041-4/+17
* Join /var/log/emerge.log with EPREFIX.Zac Medico2011-09-031-1/+10
* Handle unpickle EOFError.Zac Medico2011-09-031-1/+1
* Handle unpickle AttributeError (bug #381705).Zac Medico2011-09-031-3/+7
* Show merge list before "missed update" messages.Zac Medico2011-09-011-0/+2
* Add FEATURES=clean-logs support.Zac Medico2011-08-311-2/+33
* Respect package.env buildpkg FEATURES settings.Zac Medico2011-08-303-4/+9
* Send "Recording in world" msg to stdout.Zac Medico2011-08-281-1/+2
* Fix "ResourceWarning: unclosed file" with Python 3.2.Arfrever Frehtes Taifersar Arahesis2011-08-271-1/+1
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-1/+1
* Update --rebuild-if-* flags to rebuild when build dependencies are changed.David James2011-08-262-99/+69
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-1/+2
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-251-0/+13