~bzr-pqm/bzr/bzr.dev

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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
=================================
Bazaar Developer Document Catalog
=================================

Bazaar user documentation is in the 
`Main Document Catalog <../index.html>`_.

Overall developer documentation
===============================

* `Developer Guide <../en/developer-guide/HACKING.html>`_

* `bzrlib API reference <http://starship.python.net/crew/mwh/bzrlibapi-oe/>`_ 
  (external link)
  |--| automatically generated API reference information

* `Integrating with Bazaar <http://bazaar-vcs.org/Integrating_with_Bazaar>`_
  (wiki) |--| a guide for writing Python programs that work with Bazaar.

* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki) 
  |--| specific advice on writing Bazaar plugins.

Process
=======

* `Releasing Bazaar <releasing.html>`_ |--| How to make a release of Bazaar,
  and how to coordinate the monthly development cycle.

* `Giving back <http://bazaar-vcs.org/BzrGivingBack>`_ (wiki) |--| How to get
  your changes to Bazaar integrated into a release.

* `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.

* `Authentication ring <authentication-ring.html>`_ |--| Configuring
  authentication.

* `Bundles <bundles.html>`_ |--| All about bzr bundles.

* `Container format <container-format.html>`_ |--| Notes on a container format
  for streaming and storing Bazaar data.

* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
  for repositories (a layer above the container format).

* `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.

* `Plugin APIs <plugin-api.html>`_ |--| APIs plugins should use.

* `Repositories <repository.html>`_ |--| What repositories do and are used for.

* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
  any python application.

Data formats
============

* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories 
  (new in Bazaar 0.92).


.. |--| unicode:: U+2014

..
   vim: ft=rst tw=74 ai