-
Committer:
Robert Collins
-
Date:
2007-07-19 06:34:09 UTC
-
mto:
(2592.3.46 repository)
-
mto:
This revision was merged to the branch mainline in
revision
2651.
-
Revision ID:
robertc@robertcollins.net-20070719063409-stu9sckrxp8wp3mo
LIBRARYÂ APIÂ BREAKS:
  * KnitIndex.get_parents now returns tuples. (Robert Collins)
INTERNALS:
  * Unused functions on the private interface KnitIndex have been removed.
    (Robert Collins)
  * New ``knit.KnitGraphIndex`` which provides a ``KnitIndex`` layered on top
    of a ``index.GraphIndex``. (Robert Collins)
  * New ``knit.KnitVersionedFile.iter_parents`` method that allows querying
    the parents of many knit nodes at once, reducing round trips to theÂ
    underlying index. (Robert Collins)