~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: Robert Collins
  • Date: 2005-10-06 12:14:01 UTC
  • mfrom: (1393.1.67)
  • Revision ID: robertc@robertcollins.net-20051006121401-ce87bcb93909bbdf
merge martins latest

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 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
 
 
 
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/
21
20
 
22
21
For more information, see the homepage at http://bazaar-ng.org/
23
22
 
32
31
  documentation, and gives the best overview at the moment of what the
33
32
  system will feel like to use.  Fairly complete.
34
33
 
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
 
 
40
34
 
41
35
Requirements and general design
42
36
-------------------------------
73
67
 
74
68
* `Config specs <config-specs.html>`__ assemble a tree from several places.
75
69
 
76
 
* `Conflicts <conflicts.html>`_ that can occur during merge-like operations.
 
70
* `Conflicts <conflicts.html>`_ that can occur during merge-like
 
71
  operations.
 
72
 
 
73
* `Ignored files <ignore.html>`__
77
74
 
78
75
* `Recovering from interrupted operations <interrupted.html>`__
79
76
 
104
101
 
105
102
* `Patch pools <pool.html>`__ to efficiently store related branches.
106
103
 
 
104
* `Revfiles <revfile.html>`__ store the text history of files.
 
105
 
 
106
* `Revfiles storing annotations <revfile-annotation.html>`__
 
107
 
107
108
* `Revision syntax <revision-syntax.html>`__ -- ``hello.c@12``, etc.
108
109
 
109
110
* `Roll-up commits <rollup.html>`__ -- a single revision incorporates
177
178
Project management and organization
178
179
-----------------------------------
179
180
 
180
 
* `Development news <news.html>`__
181
 
 
182
181
* `Notes on how to get a VCS adopted <adoption.html>`__
183
182
 
184
 
* `Testing plan <testing.html>`__ -- very sketchy.
185
 
 
186
183
* `Thanks <thanks.html>`__ to various people
187
184
 
188
 
* `Roadmap <roadmap.html>`__: High-level order for implementing features.
189
 
 
190
 
* `<work-order.html>`__: current tasks.
191
 
 
192
185
* `Extra commands <extra-commands.html>`__ for
193
186
  internal/developer/debugger use.
194
187