Getting and updating Bzr branches
After you have set up Bzr, you can get a local copy of a branch by running bzr branch LOCATION
. This will create a directory for the branch.
To make sure your local copy is up to date, run bzr pull
inside the branch directory.