Update the comment about depgraph.pkg_node_map since it now maps all nodes added...
authorZac Medico <zmedico@gentoo.org>
Thu, 14 Dec 2006 01:06:11 +0000 (01:06 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 14 Dec 2006 01:06:11 +0000 (01:06 -0000)
svn path=/main/trunk/; revision=5289

bin/emerge

index f4925ae661280a37ce9abb1757c515d9df9d7206..9450e6a55d353325e8864e73f57cf927b5014a54 100755 (executable)
@@ -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 = {}