270
270
lower-level code (e.g. constructing a changeset).
272
272
# RBC 20051019 is this not just 'export' ?
274
274
this_branch = Branch.open_containing(to_dir)[0]
275
275
transform_tree(this_branch.working_tree(), this_branch.basis_tree())
277
278
def transform_tree(from_tree, to_tree):
278
279
merge_inner(from_tree.branch, to_tree, from_tree, ignore_zero=True)
280
282
def merge(other_revision, base_revision,
281
283
check_clean=True, ignore_zero=False,
282
284
this_dir=None, backup_files=False, merge_type=ApplyMerge3,