/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.ru.txt

  • Committer: Vincent Ladeuil
  • Date: 2009-12-15 20:32:34 UTC
  • mto: (4905.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4906.
  • Revision ID: v.ladeuil+lp@free.fr-20091215203234-d8br6xqfq6pec40z
Move the _warn_if_deprecated call from repo.__init__ to
repo.lock_{read,write} so that branch.lock_{read,write} can call it. This
makes it possible to access locations.conf and branch.conf.

* bzrlib/tests/blackbox/test_exceptions.py:
(TestDeprecationWarning): Test that the suppress_warning
configuration variable is taken into account.

* bzrlib/repository.py:
(Repository.__init__): Delete very old and obsolete
comments. Don't warn about deprecations yet.
(Repository.lock_write, Repository.lock_read): The repo is about
to be locked, check deprecation.
(Repository._warn_if_deprecated): Use the branch config if
available or the global one othewrwise and check for the
suppress_warning variable.

* bzrlib/remote.py:
(RemoteRepository._warn_if_deprecated): Nothing to do here. 

* bzrlib/repofmt/pack_repo.py:
(KnitPackRepository._warn_if_deprecated): Delegate to base class
if needed.

* bzrlib/branch.py:
(BzrBranch.lock_write, BzrBranch.lock_read): Check repo
deprecation.

* bzrlib/help_topics/en/configuration.txt:
Fix the variable name and its description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Главный каталог документов Bazaar
3
3
=================================
4
4
 
5
 
Последняя версия этих документов доступа со страницы документации
6
 
на сайте Bazaar, <http://doc.bazaar.canonical.com/>. Еще больше информации
 
5
Последняя версия этих документов доступа со страницы документации 
 
6
на сайте Bazaar, <http://doc.bazaar-vcs.org/>. Еще больше информации 
7
7
можно получить по адресу <http://bazaar-vcs.org/Documentation>.
8
8
 
9
9
Основная документация
19
19
 
20
20
* `Список изменений <en/release-notes/NEWS.html>`_ (англ.)
21
21
 
22
 
* `Каталог информации для разработчиков <developers/index-plain.html>`_ (англ.) |--|
 
22
* `Каталог информации для разработчиков <developers/index-plain.html>`_ (англ.) |--| 
23
23
  для разработчиков Bazaar и плагинов
24
24
 
25
25
Учебники
29
29
 
30
30
* `Большой учебник <ru/tutorials/tutorial.html>`_
31
31
 
32
 
* `Использование Bazaar с Launchpad
 
32
* `Использование Bazaar с Launchpad 
33
33
  <ru/tutorials/using_bazaar_with_launchpad.html>`_
34
34
 
35
35
* `Работа в централизованном стиле
44
44
* `Руководство по миграции <http://bazaar-vcs.org/BzrMigration>`_
45
45
  |--| для команд переносящих историю с других систем контроля версий
46
46
 
47
 
* `Словарь терминов <http://bazaar-vcs.org/BzrGlossary>`_ (англ.),
48
 
  см. также `русскую версию`__
49
 
 
 
47
* `Словарь терминов <http://bazaar-vcs.org/BzrGlossary>`_ (англ.), 
 
48
  см. также `русскую версию`__ 
 
49
  
50
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
51
 
52
52
* `Часто задаваемые вопросы <http://bazaar-vcs.org/FAQ>`_ (англ.)