bind
====

:Purpose: Convert the current branch into a checkout of the supplied branch.
:Usage:   bzr bind [LOCATION]

:Options:
  --usage        Show usage message and options.
  -v, --verbose  Display more information.
  -q, --quiet    Only display errors and warnings.
  -h, --help     Show help message.

:Description:
  Once converted into a checkout, commits must succeed on the master branch
  before they will be applied to the local branch.
  
  Bound branches use the nickname of its master branch unless it is set
  locally, in which case binding will update the local nickname to be
  that of the master.

:See also: :doc:`checkouts <checkouts-help>`, :doc:`unbind <unbind-help>`


