/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
12
13
14
15
16
Git serve

Todo:

 * Fix the pack creation code in Dulwich. It doesn't generate deltas quite 
   well at the moment. (http://pad.lv/562673)

 * Switch to the new pack-based format once John's work on PackCollections 
   is finished. This should give very nice performance improvements, 
   in particular the caching of Trees. (http://pad.lv/520694)

 * Support using the cached trees in BazaarObjectStore.generate_pack_contents,
   rather than calling out to _revision_to_objects as the latter is slow
   (it uses inventories).

 * Support roundtripping (http://pad.lv/544776)