Most frequently used bzr commands
From Akvo Labs
Check the branch to see if there are changes made since last commit
bzr status
Check the "ancestry" of the branch, who is parent, who is push branch if any
bzr info
Log of 5 latest commits
bzr log -r -5..
Set another branch as default to push to
bzr push --remember sftp://branch.to.push.to