~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Robert Collins
  • Date: 2007-07-13 16:35:54 UTC
  • mto: (2592.3.3 repository)
  • mto: This revision was merged to the branch mainline in revision 2624.
  • Revision ID: robertc@robertcollins.net-20070713163554-ok2qtnzv6rcbpt3z
Change the missing key interface in index operations to not raise, allowing callers to set policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=======================
 
2
Bazaar Developers Guide
 
3
=======================
 
4
 
 
5
###################
 
6
Documentation index
 
7
###################
 
8
 
 
9
Process
 
10
=======
 
11
 
 
12
* `General HACKING HOWTO <HACKING.htm>`_
 
13
 
 
14
  Guide to policies and tools for working on Bazaar itself.
 
15
 
 
16
* `Profiling notes <profiling.htm>`_
 
17
 
 
18
  Instructions on how to profile bzr code and visualize the results.
 
19
 
 
20
Plans
 
21
=====
 
22
 
 
23
* `Performance roadmap <performance-roadmap.htm>`_
 
24
 
 
25
  The roadmap for fixing performance in bzr over the next few releases.
 
26
 
 
27
Specifications
 
28
==============
 
29
 
 
30
* `API versioning <api-versioning.htm>`_
 
31
 
 
32
  bzrlib API versioning.
 
33
 
 
34
* `Bundles <bundles.htm>`_
 
35
 
 
36
  All about bzr bundles.
 
37
 
 
38
* `Container format <container-format.htm>`_
 
39
 
 
40
  Notes on a container format for streaming and storing Bazaar data.
 
41
 
 
42
* `Indices <indices.txt>`_
 
43
 
 
44
  The index facilities available within bzrlib.
 
45
 
 
46
* `Repositories <repository.htm>`_
 
47
 
 
48
  What repositories do and are used for.