~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: Michael Ellerman
  • Date: 2005-12-10 22:11:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1528.
  • Revision ID: michael@ellerman.id.au-20051210221113-99ca561aaab4661e
Simplify handling of DivergedBranches in cmd_pull()

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
 
 
21
 
 
22
 
Summary status
23
 
--------------
24
 
 
25
 
(as of 2005-02-23)
26
 
 
27
 
* Bazaar-NG can track the history of a single local branch, similar to
28
 
  RCS.  The storage format should be reasonably close to what will be
29
 
  used for 1.0.
30
 
 
31
 
* The following commands work: ``add``, ``remove``, ``commit``,
32
 
  ``log``, ``diff`` (whole tree against basis revision), ``status``, ``help``,
33
 
  ``export`` (any revision).
34
 
 
35
 
* Subdirectories and files within them are now supported.
 
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/
 
20
 
 
21
For more information, see the homepage at http://bazaar-ng.org/
36
22
 
37
23
 
38
24
 
45
31
  documentation, and gives the best overview at the moment of what the
46
32
  system will feel like to use.  Fairly complete.
47
33
 
48
 
* `Quick reference <quickref.html>`__ -- single page description of
49
 
  how to use, intended to check it's adequately simple.  Incomplete.
50
 
 
51
 
* `FAQ <faq.html>`__ -- mostly user-oriented FAQ.
52
 
 
53
 
* `Demonstration/tutorial <short-demo.html>`__
54
 
 
55
34
 
56
35
Requirements and general design
57
36
-------------------------------
88
67
 
89
68
* `Config specs <config-specs.html>`__ assemble a tree from several places.
90
69
 
91
 
* `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>`__
92
74
 
93
75
* `Recovering from interrupted operations <interrupted.html>`__
94
76
 
119
101
 
120
102
* `Patch pools <pool.html>`__ to efficiently store related branches.
121
103
 
 
104
* `Revfiles <revfile.html>`__ store the text history of files.
 
105
 
 
106
* `Revfiles storing annotations <revfile-annotation.html>`__
 
107
 
122
108
* `Revision syntax <revision-syntax.html>`__ -- ``hello.c@12``, etc.
123
109
 
124
110
* `Roll-up commits <rollup.html>`__ -- a single revision incorporates
192
178
Project management and organization
193
179
-----------------------------------
194
180
 
195
 
* `Development news <news.html>`__
196
 
 
197
181
* `Notes on how to get a VCS adopted <adoption.html>`__
198
182
 
199
 
* `Testing plan <testing.html>`__ -- very sketchy.
200
 
 
201
183
* `Thanks <thanks.html>`__ to various people
202
184
 
203
 
* `Roadmap <roadmap.html>`__: High-level order for implementing features.
204
 
 
205
 
* `<work-order.html>`__: current tasks.
206
 
 
207
185
* `Extra commands <extra-commands.html>`__ for
208
186
  internal/developer/debugger use.
209
187
 
210
188
* `Choice of Python as a development language <python.html>`__
211
 
 
212
 
 
213
 
Download
214
 
--------
215
 
 
216
 
There are no releases yet.
217
 
 
218
 
The Bazaar-NG development code may be downloaded using GNU Arch by the
219
 
following steps::
220
 
 
221
 
   tla register-archive http://sourcefrog.net/arch/mbp@sourcefrog.net--2004
222
 
   tla get mbp@sourcefrog.net--2004/bazaar-ng--0  bazaar-ng
223
 
 
224
 
(By contrast, when Bazaar-NG network operations are complete, a single
225
 
much shorter command will do.)
226
 
 
227
 
Note that the current code is under heavy development and so is not
228
 
guaranteed to do anything useful whatsoever.
229