1636
1636
def annotate_iter(self, file_id,
1637
1637
default_revision=_mod_revision.CURRENT_REVISION):
1638
1638
"""See Tree.annotate_iter"""
1640
1640
annotations = self._repository.texts.annotate(text_key)
1641
1641
return [(key[-1], line) for (key, line) in annotations]