548
549
def get_iter(self, name_or_index):
549
550
"""Yield lines for the specified version."""
550
551
incls = [self.maybe_lookup(name_or_index)]
551
558
for origin, lineno, line in self._extract(incls):
567
'file %s, revision %s, expected: %s, measured %s'
555
572
def get_text(self, name_or_index):