808
808
def read_basis_inventory(self, revision_id):
809
809
"""Read the cached basis inventory."""
810
810
path = self._basis_inventory_name(revision_id)
814
814
def read_working_inventory(self):
815
815
"""Read the working inventory."""
816
816
# ElementTree does its own conversion from UTF-8, so open in
819
819
return bzrlib.xml5.serializer_v5.read_inventory(f)