~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: Martin Pool
  • Date: 2005-04-15 01:31:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050415013121-b18f1be12a735066
- Doc cleanups from Magnus Therning

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  documentation, and gives the best overview at the moment of what the
33
33
  system will feel like to use.  Fairly complete.
34
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
 
35
40
 
36
41
Requirements and general design
37
42
-------------------------------
102
107
 
103
108
* `Patch pools <pool.html>`__ to efficiently store related branches.
104
109
 
105
 
* `Revfiles <revfile.html>`__ store the text history of files.
106
 
 
107
 
* `Revfiles storing annotations <revfile-annotation.html>`__
108
 
 
109
110
* `Revision syntax <revision-syntax.html>`__ -- ``hello.c@12``, etc.
110
111
 
111
112
* `Roll-up commits <rollup.html>`__ -- a single revision incorporates
179
180
Project management and organization
180
181
-----------------------------------
181
182
 
 
183
* `Development news <news.html>`__
 
184
 
182
185
* `Notes on how to get a VCS adopted <adoption.html>`__
183
186
 
 
187
* `Testing plan <testing.html>`__ -- very sketchy.
 
188
 
184
189
* `Thanks <thanks.html>`__ to various people
185
190
 
 
191
* `Roadmap <roadmap.html>`__: High-level order for implementing features.
 
192
 
 
193
* `<work-order.html>`__: current tasks.
 
194
 
186
195
* `Extra commands <extra-commands.html>`__ for
187
196
  internal/developer/debugger use.
188
197