How do I update my branch to the latest trunk revision?

Created by Tim Cook
Keywords:
code update
Last updated by:
Tim Cook

Go into your top level directory (where your .bzignore file and the .bzr directory are located) then issue this command:

 bzr merge lp:oship

This will merge the latest trunk revisions into your working copy. On your next commit you will see the changes take place and the matching trunk revision number will be shown.

Now push your new revision to your branch.