unshelveΒΆ

Purpose:

Restore shelved changes.

Usage:

bzr unshelve [SHELF_ID]

Options:
-v, --verbose

Display more information.

-q, --quiet

Only display errors and warnings.

-d ARG, --directory=ARG
 

Branch to operate on, instead of working directory.

--usage

Show usage message and options.

-h, --help

Show help message.

action:
--apply

Apply changes and remove from the shelf.

--delete-only

Delete changes without applying them.

--dry-run

Show changes, but do not apply or remove them.

--keep

Apply changes but don’t delete them.

--preview

Instead of unshelving the changes, show the diff that would result from unshelving.

Description:

By default, the most recently shelved changes are restored. However if you specify a shelf by id those changes will be restored instead. This works best when the changes don’t depend on each other.

See also:

shelve

Previous topic

uncommit

Next topic

update

This Page