summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
* get_dep_chain: handle InvalidDependStringZac Medico2011-03-231-2/+6
* depgraph: don't output \b to non-ttyZac Medico2011-03-021-2/+7
* depgraph: case insensitive search for unsatisfiedZac Medico2011-02-281-1/+12
* depgraph: fix virtual code to handle unsatisfiedZac Medico2011-02-141-2/+2
* Recognize git-2.eclass when reinstalling self.Zac Medico2011-02-141-1/+2
* depgraph: fix KeyError in select_atomsZac Medico2011-02-141-0/+2
* get_dep_chain: fix broken parent_arg referenceZac Medico2011-02-131-1/+1
* depgraph: normalize indentationZac Medico2011-02-131-5/+4
* depgraph: ignore fewer depsZac Medico2011-02-131-2/+6
* depgraph: remove redundant "empty" param checksZac Medico2011-02-131-7/+4
* get_dep_chain: fix unsatisfied_dependency logicZac Medico2011-02-131-2/+5
* get_dep_chain: prefer parents in merge listZac Medico2011-02-131-10/+20
* depgraph: fix and test depth control for virtualsZac Medico2011-02-131-8/+42
* depgraph: tweak depth calculation for virtualsZac Medico2011-02-131-3/+12
* depgraph: fix and test --deep control of depthZac Medico2011-02-131-3/+41
* depgraph: avoid atom hash collisions in dep_checkZac Medico2011-02-121-7/+8
* depgraph: return virtual edges from select_atomsZac Medico2011-02-121-36/+42
* depgraph: don't distort edges for virtualsZac Medico2011-02-111-9/+19
* depgraph: fix distorted display of virtualsZac Medico2011-02-111-0/+13
* depgraph: avoid reinstall of identical binpkgZac Medico2011-02-111-0/+15
* emerge: support ../ path argumentsZac Medico2011-02-081-1/+2
* backtrack_depgraph: get_best_run for last runv2.2.0_alpha20Zac Medico2011-02-041-1/+2
* get_dep_chain: add "set" node typeZac Medico2011-02-041-2/+5
* depgraph: make downgrades trigger complete graphZac Medico2011-02-041-2/+21
* depgraph: don't drop deps in _add_depZac Medico2011-02-041-29/+0
* REQUIRED_USE: display unsatisfied partZac Medico2011-02-031-1/+14
* depgraph: use catsplit where appropriateZac Medico2011-02-021-2/+2
* depgraph: remove obsolete gpg exception handlersZac Medico2011-02-021-14/+0
* depgraph: skip backtrack for fatal errorsZac Medico2011-02-021-0/+10
* depgraph: rm obsolete AmbguousPackageName handlerZac Medico2011-02-021-21/+2
* REQUIRED_USE: no autounmask, so skip backtrackingZac Medico2011-02-021-4/+9
* REQUIRED_USE: handle unsatisfied like normal depZac Medico2011-02-021-17/+6
* Fix grammar in a comment.Zac Medico2011-02-021-1/+1
* REQUIRED_USE: add blank line after displayZac Medico2011-02-021-0/+1
* Make || choices independent of REQUIRED_USE.Zac Medico2011-02-021-36/+35
* _get_dep_chain: allow SetArg for first nodeZac Medico2011-02-011-14/+15
* Show "missed update" message for REQUIRED_USE.Zac Medico2011-02-011-7/+31
* depgraph: display 'searching for similar names'Zac Medico2011-01-311-3/+11
* Print near matches for cmd line atoms without matching ebuildSebastian Luther2011-01-311-0/+33
* Allow relative paths (starting with ./) on the cmd lineSebastian Luther2011-01-311-0/+7
* depgraph: fix get_dep_chain unicode handlingZac Medico2011-01-281-7/+8
* autounmask USE change comment: ensure that the first parent requires the changeSebastian Luther2011-01-281-16/+29
* Show use conditionals in old style dep chainsSebastian Luther2011-01-281-126/+121
* depgraph: avoid duplicate ebuild visibility checkZac Medico2011-01-181-1/+1
* depgraph: don't reinstall for changed repoZac Medico2011-01-181-2/+19
* depgraph: avoid updates moreZac Medico2011-01-181-9/+14
* Fix some poor installed/masked || choices.Zac Medico2011-01-181-12/+7
* REQUIRED_USE: when unsatisfied, show current USEZac Medico2011-01-041-3/+5
* composite_db: use ebuild visibility for installedZac Medico2011-01-041-1/+16
* fix indentation from commit f29d351990f0a3dd6183ec888ba8b0ff522c0875Zac Medico2011-01-031-1/+1