~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Robert Collins
  • Date: 2008-04-09 00:34:54 UTC
  • mto: This revision was merged to the branch mainline in revision 3350.
  • Revision ID: robertc@robertcollins.net-20080409003454-x19fm1n0o2govzh6
 * ``VersionedFile.annotate_iter`` is deprecated. While in principal this
   allows lower memory use, all users of annotations wanted full file 
   annotations, and there is no storage format suitable for incremental
   line-by-line annotation. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1402
1402
                      default_revision=_mod_revision.CURRENT_REVISION):
1403
1403
        """See Tree.annotate_iter"""
1404
1404
        w = self._get_weave(file_id)
1405
 
        return w.annotate_iter(self.inventory[file_id].revision)
 
1405
        return w.annotate(self.inventory[file_id].revision)
1406
1406
 
1407
1407
    def _get_ancestors(self, default_revision):
1408
1408
        return set(self._repository.get_ancestry(self._revision_id,