remove-treeΒΆ

Purpose:

Remove the working tree from a given branch/checkout.

Usage:

bzr remove-tree [LOCATION...]

Options:
--usage

Show usage message and options.

-q, --quiet

Only display errors and warnings.

--force

Remove the working tree even if it has uncommitted or shelved changes.

-v, --verbose

Display more information.

-h, --help

Show help message.

Description:

Since a lightweight checkout is little more than a working tree this will refuse to run against one.

To re-create the working tree, use “bzr checkout”.

See also:

checkout, working-trees

Previous topic

remove-branch

Next topic

renames

This Page