5 Must-Have Aliases for bzr-pipeline
August 26 2009
Recently, my workflow with Bazaar has adapted to use bzr-pipeline, because much of the work I'm doing is based upon prerequisite branches. This means I find myself doing a lot of switching between pipes, sending pipes to Launchpad for review, etc. I have added the following aliases to ~/.bazaar/bazaar.conf in order to make my life easier.
next = switch-pipe :next
prev = switch-pipe :prev
send-pipe = send -r branch::prev..
diff-pipe = diff -r branch::prev
pipes = show-pipeline
Also, if you haven't used bzr-pipeline yet, try it out next time you're trying to break your work up into many smaller branches.