845
845
child_dirs.append((child_relpath+'/', child_ie))
846
846
stack.extend(reversed(child_dirs))
857
delta.append((old.id2path(file_id), None, file_id, None))
859
delta.append((None, self.id2path(file_id), file_id, self[file_id]))
849
867
class Inventory(CommonInventory):
850
868
"""Inventory of versioned files in a tree.