depgraph: make empty param imply deep = True
authorZac Medico <zmedico@gentoo.org>
Sun, 13 Feb 2011 09:06:39 +0000 (01:06 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 14 Feb 2011 04:27:38 +0000 (20:27 -0800)
commit04fcd55e912d8278c55ab64312867ae993bcef16
tree323cfae4ecf372b7e6b3e59ffb846444fdfc43cc
parentdabe09e7589b9e8903c7fb1fe129b7b6859cdf68
depgraph: make empty param imply deep = True

This won't change the existing depgraph behavior, but it will allow
logic to be simplified in some cases such that solely the deep param
needs to be consulted (rather than needing to consult both empty and
deep params).
pym/_emerge/create_depgraph_params.py