/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Jelmer Vernooij
  • Date: 2009-04-03 17:36:43 UTC
  • mfrom: (4222.2.9 ui-username)
  • mto: This revision was merged to the branch mainline in revision 4284.
  • Revision ID: jelmer@samba.org-20090403173643-xcf89aq1bn3yxipt
Merge new username ui call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
* `Container format <container-format.html>`_ |--| Notes on a container format
78
78
  for streaming and storing Bazaar data.
79
79
 
80
 
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
81
 
  for repositories (a layer above the container format).
 
80
* `Groupcompress <groupcompress-design.html>`_ |--| Notes on the compression
 
81
  technology used in CHK repositories.
82
82
 
83
83
* `Indices <indices.html>`_ |--| The index facilities available within bzrlib.
84
84
 
92
92
 
93
93
* `Repositories <repository.html>`_ |--| What repositories do and are used for.
94
94
 
 
95
* `Repository stream <repository-stream.html>`_ |--| Notes on streaming data
 
96
  for repositories (a layer above the container format).
 
97
 
95
98
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
96
99
  any python application.
97
100