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