~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Ian Clatworthy
  • Date: 2009-03-25 22:04:40 UTC
  • mfrom: (4144.5.10 developers-lint)
  • mto: This revision was merged to the branch mainline in revision 4205.
  • Revision ID: ian.clatworthy@canonical.com-20090325220440-c517hy6f56hdwn6t
Expanded developer doc index (Eric Siegerman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
* `Integrating with Bazaar <http://bazaar-vcs.org/Integrating_with_Bazaar>`_
21
21
  (wiki) |--| a guide for writing Python programs that work with Bazaar.
22
22
 
 
23
* `Revision Properties <revision-properties.html>`_ |--| An application
 
24
  can set arbitrary per-revision key/value pairs to store app-specific
 
25
  data.
 
26
 
23
27
* `Testing <testing.html>`_ |--| Guide to writing tests for Bazaar.
24
28
 
25
29
* `Writing plugins <http://bazaar-vcs.org/WritingPlugins>`_ (wiki) 
51
55
* `Performance roadmap <performance-roadmap.html>`_ |--| The roadmap 
52
56
  for fixing performance in bzr over the next few releases.
53
57
 
 
58
* `Co-located branches <colocated-branches.html>`_ |--| Planned(?) support
 
59
  for storing multiple branches in one file-system directory.
 
60
 
 
61
* `Bazaar Windows Shell Extension Options <tortoise-strategy.html>`_ |--|
 
62
  Implmentation strategy for Bazaar Windows Shell Extensions, aka
 
63
  TortoiseBzr.
 
64
 
 
65
* `CHK Optimized index <improved_chk_index.html>`_
 
66
 
54
67
Specifications
55
68
==============
56
69
 
86
99
  |--| How Bazaar operates on case-insensitive file systems such as commonly
87
100
  found on Windows, USB sticks, etc.
88
101
 
 
102
* `Development repository formats <development-repo.html>`_ |--| How to
 
103
  work with repository formats that are still under development.
 
104
  Contains instructions for those implementing new formats, of course,
 
105
  but also for (bleeding-edge) end users of those formats.
 
106
 
89
107
Data formats
90
108
============
91
109
 
92
110
* `Knit pack repositories <packrepo.html>`_ |--| KnitPack repositories 
93
111
  (new in Bazaar 0.92).
94
112
 
 
113
Implementation notes
 
114
====================
 
115
 
 
116
* `BTree Index Prefetch <btree_index_prefetch.html>`_ |--| How bzr decides
 
117
  to pre-read extra nodes in the btree index.
 
118
 
 
119
* `Computing last_modified values <last-modified.html>`_ for inventory
 
120
  entries
 
121
 
 
122
* `LCA Tree Merging <lca_tree_merging.html>`_ |--| Merging tree-shape when
 
123
  there is not a single unique ancestor (criss-cross merge).
 
124
 
 
125
Miscellaneous
 
126
=============
 
127
 
 
128
* `dirstate <dirstate.html>`_ |--| An observation re. the dirstate file
 
129
 
 
130
* `"bzr update" performance analysis <update.html>`_ |--| "bzr update"
 
131
  performance analysis
 
132
 
95
133
 
96
134
.. |--| unicode:: U+2014
97
135