280
280
for from_relpath, to_relpath in pending.to_rename:
281
281
tree.rename_one(from_relpath, to_relpath)
282
282
if pending.to_unversion_ids:
284
284
tree.add(pending.to_add_files, pending.to_add_file_ids, pending.to_add_kinds)
285
285
for file_id, content in viewitems(pending.new_contents):
289
291
"""Return the branch created by the builder."""