From: Zac Medico Date: Thu, 14 Dec 2006 01:06:11 +0000 (-0000) Subject: Update the comment about depgraph.pkg_node_map since it now maps all nodes added... X-Git-Tag: v2.1.2~302 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f673b731361b5ffd4b11678151e2e66842bffe67;p=portage.git Update the comment about depgraph.pkg_node_map since it now maps all nodes added to the graph. svn path=/main/trunk/; revision=5289 --- diff --git a/bin/emerge b/bin/emerge index f4925ae66..9450e6a55 100755 --- a/bin/emerge +++ b/bin/emerge @@ -802,7 +802,7 @@ class depgraph: self.edebug = 1 self.spinner = spinner self.pkgsettings = {} - # Maps cpv to digraph node for "merge" nodes only. + # Maps cpv to digraph node for all nodes added to the graph. self.pkg_node_map = {} # Maps slot atom to digraph node for all nodes added to the graph. self._slot_node_map = {}