summaryrefslogtreecommitdiffstats
path: root/pym/emerge
Commit message (Expand)AuthorAgeFilesLines
* spawn rsync without a shell.Zac Medico2007-02-231-1/+3
* Remove quotes since rsync doesn't accept them (and there is no shell to remov...Zac Medico2007-02-221-3/+3
* For bug #167668, use an rsync "hide" filter rule to exclude **/files/digest-*...Zac Medico2007-02-221-0/+1
* As requested by vapier, don't show the merge list in --quiet mode unless it's...Zac Medico2007-02-201-1/+2
* Optimize order for --tree display of circular dependencies.Zac Medico2007-02-191-1/+12
* Make digraph._merge_order_bias() operate on a single digraph that's passed in.Zac Medico2007-02-191-5/+5
* For bug #167450, optimize leaf node selection by ordering nodes from highest ...Zac Medico2007-02-191-0/+11
* Automatically enable --tree mode when displaying nodes with circular deps.Zac Medico2007-02-191-0/+1
* For bug #166564, make a circular dependency panic more user friendly by displ...Zac Medico2007-02-191-8/+15
* For bug #166880, always display the merge list header.Zac Medico2007-02-181-1/+1
* For bug #166880, always display the merge list (allowing --tree to be obeyed ...Zac Medico2007-02-181-3/+3
* For bug #167450, optimize merge order by delaying the merge of root nodes.Zac Medico2007-02-181-2/+12
* Fix package.provided breakage from the fix for bug #166939.Zac Medico2007-02-171-0/+4
* Remove unnecessary import that triggers DEPRECATION NOTICE.Zac Medico2007-02-171-1/+0
* For bug #166939, make --nodeps work like a normal package for new-style virtu...Zac Medico2007-02-171-17/+21
* Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as t...Marius Mauch2007-02-171-5/+5373
* Make emerge importable again without relying on module search path orderMarius Mauch2007-02-171-0/+5
* Fix imports from the emerge package.Zac Medico2007-02-101-0/+0
* Create namespace for emergeMarius Mauch2007-02-081-0/+420