1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
=================================
Bazaar Developer Document Catalog
=================================
See the `Main Document Catalog <../index.html>`_ for additional documents
including the Bazaar Developer Guide and bzrlib API reference.
Process
=======
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile
bzr code and visualize the results.
Plans
=====
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap
for fixing performance in bzr over the next few releases.
Specifications
==============
* `API versioning <api-versioning.html>`_ |--| bzrlib API versioning.
* `Bundles <bundles.html>`_ |--| All about bzr bundles.
* `Container format <container-format.html>`_ |--| Notes on a container format
for streaming and storing Bazaar data.
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
* `Inventories <inventory.html>`_ |--| Tree shape abstraction.
* `LCA merge <lca-merge.html>`_ |--| A nice new merge algorithm.
* `Network protocol <network-protocol.html>`_ |--| Custom network protocol.
* `Repositories <repository.html>`_ |--| What repositories do and are used for.
Data formats
============
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories
(new in Bazaar 0.92).
.. |--| unicode:: U+2014
|