Sophie

Sophie

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

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

update
======

:Purpose: Update a tree to have the latest code committed to its branch.
:Usage:   bzr update [DIR]

:Options:
  -v, --verbose         Display more information.
  -h, --help            Show help message.
  -q, --quiet           Only display errors and warnings.
  --usage               Show usage message and options.
  --show-base           Show base revision text in conflicts.
  -r ARG, --revision=ARG
                        See "help revisionspec" for details.

:Description:
  This will perform a merge into the working tree, and may generate
  conflicts. If you have any local changes, you will still
  need to commit them after the update for the update to be complete.
  
  If you want to discard your local changes, you can just do a
  'bzr revert' instead of 'bzr commit' after the update.
  
  If you want to restore a file that has been removed locally, use
  'bzr revert' instead of 'bzr update'.
  
  If the tree's branch is bound to a master branch, it will also update
  the branch from the master.

:Aliases:  up
:See also: :doc:`pull <pull-help>`, :doc:`status-flags <status-flags-help>`, :doc:`working-trees <working-trees-help>`