/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: Vincent Ladeuil
  • Date: 2007-11-29 23:22:01 UTC
  • mto: (3059.2.1 173010)
  • mto: This revision was merged to the branch mainline in revision 3060.
  • Revision ID: v.ladeuil+lp@free.fr-20071129232201-thjmmlgo5ucbrwfn
Add tests and fix trivial bugs and other typos.

* bzrlib/transport/http/response.py:
(handle_response): Delete obsolete TODO.

* bzrlib/transport/http/__init__.py:
(HttpTransportBase._readv): Fix some trivial bugs revealed by the
test suite.
(HttpTransportBase._coalesce_readv): Fix list splice access, first
seen by jam, but found by the test suite too.

* bzrlib/tests/test_http.py:
Fix some imports.
(TestRangeRequestServer.test_readv_multiple_get_requests):
Exercise the rewritten readv.

* bzrlib/tests/HttpServer.py:
(TestingHTTPRequestHandler.do_GET): Count the requests (more tests
use that info).

* bzrlib/tests/HTTPTestUtil.py:
(LimitedRangeRequestHandler.do_GET): The statistics are collected
in the base request handler now.
(NoRangeRequestHandler.do_GET): But since we bypass the base
handler, re-enable the statistics collection here.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
============================
4
4
 
5
5
The latest version of these documents are available from Bazaar's
6
 
documentation site, <http://doc.bazaar.canonical.com/>, and more documentation
7
 
may be linked from <http://bazaar-vcs.org/Documentation>.
 
6
documentation site, http://doc.bazaar-vcs.org.
8
7
 
9
8
Core Documentation
10
9
==================
11
10
 
12
 
* `User Guide <en/user-guide/index-plain.html>`_
13
 
 
14
 
* `User Reference <en/user-reference/bzr_man.html>`_
15
 
 
16
 
* `Quick Start Card <en/_static/en/bzr-en-quick-reference.svg>`_
17
 
  (`PDF <en/_static/en/bzr-en-quick-reference.pdf>`_,
18
 
  `PNG <en/_static/en/bzr-en-quick-reference.png>`_)
 
11
* `Bazaar in five minutes <en/mini-tutorial/index.html>`_ 
 
12
 
 
13
* `Quick Start Summary <en/quick-reference/quick-start-summary.svg>`_
 
14
 
 
15
* `User Guide <en/user-guide/index.html>`_ 
 
16
 
 
17
* `User Reference <en/user-reference/bzr_man.html>`_ 
19
18
 
20
19
* `Release Notes <en/release-notes/NEWS.html>`_
21
20
 
22
 
* `2.0 Upgrade Guide <en/upgrade-guide/index.html>`_
23
 
 
24
 
 
25
 
Tutorials
26
 
=========
27
 
 
28
 
* `Bazaar in five minutes <en/mini-tutorial/index.html>`_
29
 
 
30
 
* `A longer tutorial <en/tutorials/tutorial.html>`_
31
 
 
32
 
* `Using Bazaar with Launchpad <en/tutorials/using_bazaar_with_launchpad.html>`_
33
 
 
34
 
* `Centralized workflow <en/tutorials/centralized_workflow.html>`_
35
 
 
36
 
 
37
 
Developer Documentation
38
 
=======================
39
 
 
40
 
* `Developer Document Catalog <developers/index-plain.html>`_ |--| for developers
41
 
  of Bazaar and plugins
42
 
 
43
 
Web links
44
 
=========
45
 
 
46
 
* `Switching Guides <http://bazaar-vcs.org/BzrSwitching>`_
47
 
  |--| for users moving from another VCS tool
 
21
* `Developer Guide <en/developer-guide/HACKING.html>`_
 
22
 
 
23
 
 
24
Other Documentation
 
25
===================
 
26
 
 
27
Moving to Bazaar (Web links):
 
28
 
 
29
* `Switching Guides <http://bazaar-vcs.org/BzrSwitching>`_ 
 
30
  - for users moving from another VCS tool
48
31
 
49
32
* `Migration Guide <http://bazaar-vcs.org/BzrMigration>`_
50
 
  |--| for teams migrating history from another VCS tool
 
33
  - for teams migrating history from another VCS tool
 
34
 
 
35
Other Documents (Web links):
51
36
 
52
37
* `Glossary <http://bazaar-vcs.org/BzrGlossary>`_
53
38
 
54
39
* `Frequently Asked Questions <http://bazaar-vcs.org/FAQ>`_
55
40
 
56
 
 
57
 
Other Languages
58
 
===============
59
 
 
60
 
* `Spanish Documentation <index.es.html>`_
61
 
* `Russian Documentation <index.ru.html>`_ |--| документация на русском
62
 
* `Japanese Documentation <index.ja.html>`_ |--| 日本語のドキュメント
63
 
 
64
 
.. |--| unicode:: U+2014
65
 
 
66
 
..
67
 
   vim: ft=rst tw=74 ai
 
41
* `bzrlib API reference <http://bazaar-vcs.org/BzrLib>`_
 
42
 
 
43
Technical specifications, roadmaps and various
 
44
technical notes are available in English below:
 
45
 
 
46
* `Developer Document Catalog <developers/index.html>`_