Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > a99c463cccd19ab912401d5eb4e6ee20 > files > 349

bzr-doc-2.4.2-1.fc16.noarch.rpm

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