~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: mbp at sourcefrog
  • Date: 2005-03-22 00:02:45 UTC
  • Revision ID: mbp@sourcefrog.net-20050322000245-a4bf0592e9f6c6c1
suggestions from robert about the inventory format

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
-------------------------------
68
73
 
69
74
* `Config specs <config-specs.html>`__ assemble a tree from several places.
70
75
 
71
 
* `Conflicts <conflicts.html>`_ that can occur during merge-like
72
 
  operations.
73
 
 
74
 
* `Ignored files <ignore.html>`__
 
76
* `Conflicts <conflicts.html>`_ that can occur during merge-like operations.
75
77
 
76
78
* `Recovering from interrupted operations <interrupted.html>`__
77
79
 
102
104
 
103
105
* `Patch pools <pool.html>`__ to efficiently store related branches.
104
106
 
105
 
* `Revfiles <revfile.html>`__ store the text history of files.
106
 
 
107
 
* `Revfiles storing annotations <revfile-annotation.html>`__
108
 
 
109
107
* `Revision syntax <revision-syntax.html>`__ -- ``hello.c@12``, etc.
110
108
 
111
109
* `Roll-up commits <rollup.html>`__ -- a single revision incorporates
179
177
Project management and organization
180
178
-----------------------------------
181
179
 
 
180
* `Development news <news.html>`__
 
181
 
182
182
* `Notes on how to get a VCS adopted <adoption.html>`__
183
183
 
 
184
* `Testing plan <testing.html>`__ -- very sketchy.
 
185
 
184
186
* `Thanks <thanks.html>`__ to various people
185
187
 
 
188
* `Roadmap <roadmap.html>`__: High-level order for implementing features.
 
189
 
 
190
* `<work-order.html>`__: current tasks.
 
191
 
186
192
* `Extra commands <extra-commands.html>`__ for
187
193
  internal/developer/debugger use.
188
194