~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.ru.txt

  • Committer: Vincent Ladeuil
  • Date: 2009-04-27 16:10:10 UTC
  • mto: (4310.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4311.
  • Revision ID: v.ladeuil+lp@free.fr-20090427161010-7swfzeagf63cpixd
Fix bug #367726 by reverting some default user handling introduced
while fixing bug #256612.

* bzrlib/transport/ssh.py:
(_paramiko_auth): Explicitly use getpass.getuser() as default
user.

* bzrlib/transport/ftp/_gssapi.py:
(GSSAPIFtpTransport._create_connection): Explicitly use
getpass.getuser() as default user.

* bzrlib/transport/ftp/__init__.py:
(FtpTransport._create_connection): Explicitly use
getpass.getuser() as default user.

* bzrlib/tests/test_sftp_transport.py:
(TestUsesAuthConfig.test_sftp_is_none_if_no_config)
(TestUsesAuthConfig.test_sftp_doesnt_prompt_username): Revert to
None as the default user.

* bzrlib/tests/test_remote.py:
(TestRemoteSSHTransportAuthentication): The really offending one:
revert to None as the default user.

* bzrlib/tests/test_config.py:
(TestAuthenticationConfig.test_username_default_no_prompt): Update
test (and some PEP8).

* bzrlib/smtp_connection.py:
(SMTPConnection._authenticate): Revert to None as the default
user.

* bzrlib/plugins/launchpad/account.py:
(_get_auth_user): Revert default value handling.

* bzrlib/config.py:
(AuthenticationConfig.get_user): Fix doc-string. Leave default
value handling to callers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=================================
2
 
Главный каталог документов Bazaar
3
 
=================================
4
 
 
5
 
Последняя версия этих документов доступа со страницы документации
6
 
на сайте Bazaar, <http://doc.bazaar.canonical.com/>. Еще больше информации
7
 
можно получить по адресу <http://wiki.bazaar.canonical.com/Documentation>.
8
 
 
9
 
Основная документация
10
 
=====================
11
 
 
12
 
* `Руководство пользователя <ru/user-guide/index-plain.html>`_
13
 
 
14
 
* `Справочник пользователя <en/user-reference/bzr_man.html>`_ (англ.)
15
 
 
16
 
* `Карточка быстрого старта <ru/_static/ru/bzr-ru-quick-reference.svg>`_
17
 
  (`PDF <ru/_static/ru/bzr-ru-quick-reference.pdf>`_,
18
 
  `PNG <ru/_static/ru/bzr-ru-quick-reference.png>`_)
19
 
 
20
 
* `Список изменений <en/release-notes/NEWS.html>`_ (англ.)
21
 
 
22
 
* `Каталог информации для разработчиков <developers/index-plain.html>`_ (англ.) |--|
23
 
  для разработчиков Bazaar и плагинов
24
 
 
25
 
Учебники
26
 
========
27
 
 
28
 
* `Базар за пять минут <ru/mini-tutorial/index.html>`_
29
 
 
30
 
* `Большой учебник <ru/tutorials/tutorial.html>`_
31
 
 
32
 
* `Использование Bazaar с Launchpad
33
 
  <ru/tutorials/using_bazaar_with_launchpad.html>`_
34
 
 
35
 
* `Работа в централизованном стиле
36
 
  <ru/tutorials/centralized_workflow.html>`_
37
 
 
38
 
Ссылки в сети
39
 
=============
40
 
 
41
 
* `Руководства по переходу <http://wiki.bazaar.canonical.com/BzrSwitching>`_
42
 
  |--| для пользователей переходящих с других систем контроля версий
43
 
 
44
 
* `Руководство по миграции <http://wiki.bazaar.canonical.com/BzrMigration>`_
45
 
  |--| для команд переносящих историю с других систем контроля версий
46
 
 
47
 
* `Словарь терминов <http://wiki.bazaar.canonical.com/BzrGlossary>`_ (англ.),
48
 
  см. также `русскую версию`__
49
 
 
50
 
__  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
51
 
 
52
 
* `Часто задаваемые вопросы <http://wiki.bazaar.canonical.com/FAQ>`_ (англ.)
53
 
 
54
 
Другие языки
55
 
============
56
 
 
57
 
* `Документация на английском <index.html>`_ |--| English Documentation
58
 
* `Документация на испанском <index.es.html>`_
59
 
 
60
 
.. |--| unicode:: U+2014
61
 
 
62
 
..
63
 
   vim: ft=rst tw=74 ai