~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: Martin Pool
  • Date: 2005-03-14 02:57:37 UTC
  • Revision ID: mbp@sourcefrog.net-20050314025737-55eb441f430ab4ba
make doc index consistent with new web page

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
still very welcome.  Please send them to <mbp@sourcefrog.net>.
20
20
 
21
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.
 
22
For more information, see the homepage at http://bazaar-ng.org/
36
23
 
37
24
 
38
25
 
50
37
 
51
38
* `FAQ <faq.html>`__ -- mostly user-oriented FAQ.
52
39
 
53
 
* `Demonstration/tutorial <short-demo.html>`__
54
 
 
55
40
 
56
41
Requirements and general design
57
42
-------------------------------
208
193
  internal/developer/debugger use.
209
194
 
210
195
* `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