297
297
"""Return the file_id for the root of this tree."""
298
298
raise NotImplementedError(self.get_root_id)
301
302
"""Return an iterator of revision_id, line tuples.
303
304
For working trees (and mutable trees in general), the special
304
305
revision_id 'current:' will be used for lines that are new in this
305
306
tree, e.g. uncommitted changes.
306
307
:param file_id: The file to produce an annotated version from
308
312
raise NotImplementedError(self.annotate_iter)