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
48
|
=======================
Bazaar Developers Guide
=======================
###################
Documentation index
###################
Process
=======
* `General HACKING HOWTO <HACKING.htm>`_
Guide to policies and tools for working on Bazaar itself.
* `Profiling notes <profiling.htm>`_
Instructions on how to profile bzr code and visualize the results.
Plans
=====
* `Performance roadmap <performance-roadmap.htm>`_
The roadmap for fixing performance in bzr over the next few releases.
Specifications
==============
* `API versioning <api-versioning.htm>`_
bzrlib API versioning.
* `Bundles <bundles.htm>`_
All about bzr bundles.
* `Container format <container-format.htm>`_
Notes on a container format for streaming and storing Bazaar data.
* `Indices <indices.txt>`_
The index facilities available within bzrlib.
* `Repositories <repository.htm>`_
What repositories do and are used for.
|