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
312
Must raise RevisionNotPresent if any of the given versions are
310
313
not present in file history."""
311
314
if isinstance(version_ids, basestring):