~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: mbp at sourcefrog
  • Date: 2005-04-07 06:16:02 UTC
  • Revision ID: mbp@sourcefrog.net-20050407061602-6b7da239ef883b0817b7fcd3
more XML performance tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
__ http://canonical.com/
15
15
 
16
16
 
17
 
**Note: These documents describe the initial design and are out of
18
 
date in parts.**  For more up-to-date information see the wiki at
19
 
http://bazaar.canonical.com/
 
17
**Note:** These documents are in a very preliminary state, and so may
 
18
be internally or externally inconsistent or redundant.  Comments are
 
19
still very welcome.  Please send them to <mbp@sourcefrog.net>.
 
20
 
20
21
 
21
22
For more information, see the homepage at http://bazaar-ng.org/
22
23
 
31
32
  documentation, and gives the best overview at the moment of what the
32
33
  system will feel like to use.  Fairly complete.
33
34
 
 
35
* `Quick reference <quickref.html>`__ -- single page description of
 
36
  how to use, intended to check it's adequately simple.  Incomplete.
 
37
 
 
38
* `FAQ <faq.html>`__ -- mostly user-oriented FAQ.
 
39
 
34
40
 
35
41
Requirements and general design
36
42
-------------------------------
101
107
 
102
108
* `Patch pools <pool.html>`__ to efficiently store related branches.
103
109
 
104
 
* `Revfiles <revfile.html>`__ store the text history of files.
105
 
 
106
 
* `Revfiles storing annotations <revfile-annotation.html>`__
107
 
 
108
110
* `Revision syntax <revision-syntax.html>`__ -- ``hello.c@12``, etc.
109
111
 
110
112
* `Roll-up commits <rollup.html>`__ -- a single revision incorporates
178
180
Project management and organization
179
181
-----------------------------------
180
182
 
 
183
* `Development news <news.html>`__
 
184
 
181
185
* `Notes on how to get a VCS adopted <adoption.html>`__
182
186
 
 
187
* `Testing plan <testing.html>`__ -- very sketchy.
 
188
 
183
189
* `Thanks <thanks.html>`__ to various people
184
190
 
 
191
* `Roadmap <roadmap.html>`__: High-level order for implementing features.
 
192
 
 
193
* `<work-order.html>`__: current tasks.
 
194
 
185
195
* `Extra commands <extra-commands.html>`__ for
186
196
  internal/developer/debugger use.
187
197