break-lockΒΆ

Purpose:

Break a dead lock.

Usage:

bzr break-lock [LOCATION]

Options:
--force

Do not ask for confirmation before breaking the lock.

-v, --verbose

Display more information.

-q, --quiet

Only display errors and warnings.

--usage

Show usage message and options.

--config

LOCATION is the directory where the config lock is.

-h, --help

Show help message.

Description:

This command breaks a lock on a repository, branch, working directory or config file.

CAUTION: Locks should only be broken when you are sure that the process holding the lock has been stopped.

You can get information on what locks are open via the ‘bzr info [location]’ command.

Examples:

bzr break-lock bzr break-lock bzr+ssh://example.com/bzr/foo bzr break-lock –conf ~/.bazaar

Previous topic

branches

Next topic

cat

This Page