joinΒΆ

Purpose:

Combine a tree into its containing tree.

Usage:

bzr join TREE

Options:
--usage

Show usage message and options.

-q, --quiet

Only display errors and warnings.

-v, --verbose

Display more information.

-h, --help

Show help message.

Description:

This command requires the target tree to be in a rich-root format.

The TREE argument should be an independent tree, inside another tree, but not part of it. (Such trees can be produced by “bzr split”, but also by running “bzr branch” with the target inside a tree.)

The result is a combined tree, with the subtree no longer an independent part. This is marked as a merge of the subtree into the containing tree, and all history is preserved.

See also:

split

Previous topic

init-repository

Next topic

log

This Page