~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Andrew Bennetts
  • Date: 2009-07-27 05:35:00 UTC
  • mfrom: (4570 +trunk)
  • mto: (4634.6.29 2.0)
  • mto: This revision was merged to the branch mainline in revision 4680.
  • Revision ID: andrew.bennetts@canonical.com-20090727053500-q76zsn2dx33jhmj5
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar Developer Document Catalog
3
3
=================================
4
4
 
5
 
Bazaar user documentation is in the 
6
 
`Main Document Catalog <../index.html>`_.
7
5
 
8
6
Overall developer documentation
9
7
===============================
20
18
* `Integrating with Bazaar <http://bazaar-vcs.org/Integrating_with_Bazaar>`_
21
19
  (wiki) |--| a guide for writing Python programs that work with Bazaar.
22
20
 
23
 
* `Testing <testing.html>`_ |--| Testing bzr.
 
21
* `Revision Properties <revision-properties.html>`_ |--| An application
 
22
  can set arbitrary per-revision key/value pairs to store app-specific
 
23
  data.
 
24
 
 
25
* `Testing <testing.html>`_ |--| Guide to writing tests for Bazaar.
24
26
 
25
27
* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki) 
26
28
  |--| specific advice on writing Bazaar plugins.
42
44
* `Profiling notes <profiling.html>`_ |--| Instructions on how to profile 
43
45
  bzr code and visualize the results.
44
46
 
45
 
* `EC2 Windows server <ec2-windows.html>`_ |--| A team resource for 
46
 
  Windows packaging and testing.
 
47
* `EC2 resources <ec2.html>`_ |--| A team resource for 
 
48
  Windows packaging and testing, and Ubuntu testing.
 
49
 
 
50
* `Tracking Bugs in Bazaar <bug-handling.html>`_ |--| How we use the bug 
 
51
  tracker.
47
52
 
48
53
Plans
49
54
=====
51
56
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap 
52
57
  for fixing performance in bzr over the next few releases.
53
58
 
 
59
* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support
 
60
  for storing multiple branches in one file-system directory.
 
61
 
 
62
* `Bazaar Windows Shell Extension Options <tortoise-strategy.html>`_ |--|
 
63
  Implmentation strategy for Bazaar Windows Shell Extensions, aka
 
64
  TortoiseBzr.
 
65
 
 
66
* `CHK Optimized index <improved_chk_index.html>`_
 
67
 
54
68
Specifications
55
69
==============
56
70
 
64
78
* `Container format <container-format.html>`_ |--| Notes on a container format
65
79
  for streaming and storing Bazaar data.
66
80
 
67
 
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
68
 
  for repositories (a layer above the container format).
 
81
* `Groupcompress <groupcompress-design.html>`_ |--| Notes on the compression
 
82
  technology used in CHK repositories.
69
83
 
70
84
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
71
85
 
79
93
 
80
94
* `Repositories <repository.html>`_ |--| What repositories do and are used for.
81
95
 
 
96
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
 
97
  for repositories (a layer above the container format).
 
98
 
82
99
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
83
100
  any python application.
84
101
 
86
103
  |--| How Bazaar operates on case-insensitive file systems such as commonly
87
104
  found on Windows, USB sticks, etc.
88
105
 
 
106
* `Development repository formats <development-repo.html>`_ |--| How to
 
107
  work with repository formats that are still under development.
 
108
  Contains instructions for those implementing new formats, of course,
 
109
  but also for (bleeding-edge) end users of those formats.
 
110
 
89
111
Data formats
90
112
============
91
113
 
92
114
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories 
93
115
  (new in Bazaar 0.92).
94
116
 
 
117
Implementation notes
 
118
====================
 
119
 
 
120
* `BTree Index Prefetch <btree_index_prefetch.html>`_ |--| How bzr decides
 
121
  to pre-read extra nodes in the btree index.
 
122
 
 
123
* `Computing last_modified values <last-modified.html>`_ for inventory
 
124
  entries
 
125
 
 
126
* `LCA Tree Merging <lca_tree_merging.html>`_ |--| Merging tree-shape when
 
127
  there is not a single unique ancestor (criss-cross merge).
 
128
 
 
129
Miscellaneous
 
130
=============
 
131
 
 
132
* `dirstate <dirstate.html>`_ |--| An observation re. the dirstate file
 
133
 
 
134
* `"bzr update" performance analysis <update.html>`_ |--| "bzr update"
 
135
  performance analysis
 
136
 
95
137
 
96
138
.. |--| unicode:: U+2014
97
139