1. Get a branch: bzr branch ie. bzr branch lp:tarkisto trunk Get the latest version bzr pull 2. Add changes: (must be done inside a branch folder) - Check status : bzr status - Add changes : bzr add or bzr add * #for all - Update : bzr commit - Upload : bzr push ie. bzr push lp:~tarkisto-dev/tarkisto/thingifixed 3. Make a fix: - Repeat steps 1-3 from 2. - Make a patch : bzr send -o 4. Apply a fix - Repeat branch/pull - Go to branch folder - Get the patchfile - Apply patch : bzr merge Remember to: - Be clear on what your changes were - If you've added the branch in launchpad before push, use --use-existing-dir on your push - Never push to lp:tarkisto unless your first name is Sami and last name is Saada