283
283
# We build the delta from a real tree to avoid depending on internal
284
284
# implementation details.
285
285
wt = self.make_branch_and_tree('branch')
293
293
wt.add(['f1', 'f2', 'f3', 'f4', 'dir'],
294
[b'f1-id', b'f2-id', b'f3-id', b'f4-id', b'dir-id'])
294
['f1-id', 'f2-id', 'f3-id', 'f4-id', 'dir-id'])
297
297
# TODO add rename,removed,etc. here?