297
297
return osutils.split_lines(self.get_file_text(file_id, path))
299
def get_file_sha1(self, file_id, path=None, stat_value=None):
300
300
"""Return the SHA1 file for a file.
302
302
:param file_id: The handle for this file.
303
303
:param path: The path that this file can be found at.
304
304
These must point to the same object.
306
307
raise NotImplementedError(self.get_file_sha1)