2198
2198
' record_entry_contents, as of bzr 0.10.',
2199
2199
DeprecationWarning, stacklevel=2)
2200
2200
self.record_entry_contents(tree.inventory.root.copy(), parent_invs,
2203
2203
# In this revision format, root entries have no knit or weave When
2204
2204
# serializing out to disk and back in root.revision is always
2206
2206
ie.revision = self._new_revision_id
2208
def record_entry_contents(self, ie, parent_invs, path, tree):
2208
def record_entry_contents(self, ie, parent_invs, path, tree,
2209
2210
"""Record the content of ie from tree into the commit if needed.
2211
2212
Side effect: sets ie.revision when unchanged