bind ==== :Purpose: Convert the current branch into a checkout of the supplied branch. :Usage: bzr bind [LOCATION] :Options: --usage Show usage message and options. -d ARG, --directory=ARG Branch to operate on, instead of working directory. -q, --quiet Only display errors and warnings. -v, --verbose Display more information. -h, --help Show help message. :Description: If no branch is supplied, rebind to the last bound location. 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 `, :doc:`unbind `