Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 7e647d9940d31b34c253e6f71c416c4b > files > 2970

bzr-2.7.0-6.mga7.aarch64.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>`