/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.171.1 by Robert Collins
Start working toward publish - get a publishing_root option
1
This is a plugin to implement 'switch' for bzr.
2
Switch needs to:
3
 * Be able to determine the path a branch should be pushed to.
4
   (bzr publish)
5
 * Trigger a push if a branch is out of date. (uses bzrtools).
6
 * Be able to pull down a new branches revisions. (uses standard pull).
7
 * Be able to replace the revision history of this branch with
8
   working_tree.pull(that_branch, clobber=True)