~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Aaron Bentley
  • Date: 2007-06-21 01:58:29 UTC
  • mto: This revision was merged to the branch mainline in revision 2542.
  • Revision ID: aaron.bentley@utoronto.ca-20070621015829-b62l2d1ehuvgnr3x
Fix iter_topo_order to permit un-included parents

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
* `General HACKING HOWTO <HACKING.htm>`_
 
10
 
 
11
  Guide to policies and tools for working on Bazaar itself.
 
12
 
 
13
* `Performance roadmap <performance-roadmap.htm>`_
 
14
 
 
15
  The roadmap for fixing performance in bzr over the next few releases.
 
16
 
 
17
* `Container format <container-format.htm>`_
 
18
 
 
19
  Notes on a container format for streaming and storing Bazaar data.
 
20
 
 
21
* `Profiling notes <profiling.htm>`_
 
22
 
 
23
  Instructions on how to profile bzr code and visualize the results.