~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-23 06:25:55 UTC
  • Revision ID: mbp@sourcefrog.net-20050323062555-5489339018d0c043
- import a subset of elementtree for easier installation

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