~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: Robert Collins
  • Date: 2005-10-16 23:50:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1459.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051016235029-bae228a6289c5121
test for has with suffixed files

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