160
165
"""Extension point for subclasses to check during serialisation.
162
167
:param inv: An inventory about to be serialised, to be checked.
165
170
if inv.revision_id is None:
167
172
if inv.root.revision is None:
170
175
def _check_cache_size(self, inv_size, entry_cache):
171
176
"""Check that the entry_cache is large enough.