/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
1
2
3
4
5
6
7
8
9
10
11
Todo
====

- revision inventory synthesis, a-la bzr-hg.
- file content data access.
- native cloning - so bzr branch fromgit togit works.
- conversion pulling - so bzr init; bzr pull fromgit works.
- remove the dependency on stgit - the amount of code reuse is trivial compared
  to the installation overhead of a dependency. 
- possibly generate a factored out generic 'git' python module if our native
  bindings become big enough.