/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/ru/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:
1
 
=================================
2
 
Главный каталог документов Bazaar
3
 
=================================
4
 
 
5
 
Последняя версия этих документов доступа со страницы документации
6
 
на сайте Bazaar, <http://doc.bazaar-vcs.org/ru/>.
7
 
 
8
 
Основная документация
9
 
=====================
10
 
 
11
 
.. toctree::
12
 
   :maxdepth: 1
13
 
 
14
 
   user-guide/index
15
 
   quick-reference/index
16
 
   mini-tutorial/index
17
 
   tutorials/tutorial
18
 
   tutorials/using_bazaar_with_launchpad
19
 
   tutorials/centralized_workflow
20
 
 
21
 
 
22
 
Ссылки в сети
23
 
=============
24
 
 
25
 
* `Руководство по миграции <http://doc.bazaar-vcs.org/migration/en/>`_
26
 
  |--| для команд переносящих историю с других систем контроля версий
27
 
 
28
 
* `Словарь терминов <http://bazaar-vcs.org/BzrGlossary>`_ (англ.),
29
 
  см. также `русскую версию`__
30
 
 
31
 
__  http://groups.google.com/group/ru_bzr/web/%D0%B3%D0%BB%D0%BE%D1%81%D1%81%D0%B0%D1%80%D0%B8%D0%B9
32
 
 
33
 
* `Часто задаваемые вопросы <https://answers.launchpad.net/bzr>`_ (англ.)
34
 
 
35
 
 
36
 
.. |--| unicode:: U+2014
37
 
 
38
 
..
39
 
   vim: ft=rst tw=74 ai