update
======

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

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

: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 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>`


