303
303
raise NotImplementedError(self.get_lines)
306
306
"""Return a list of all ancestors of given version(s). This
307
307
will not include the null revision.
309
311
Must raise RevisionNotPresent if any of the given versions are
310
312
not present in file history."""
311
313
if isinstance(version_ids, basestring):