Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 27647990744ebd9cfe32398f37f67e20 > files > 2835

bzr-2.6.0-11.1.mga5.i586.rpm

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: :doc:`split <split-help>`