/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: 2012-01-18 14:09:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6468.
  • Revision ID: v.ladeuil+lp@free.fr-20120118140919-rlvdrhpc0nq1lbwi
Change set/remove to require a lock for the branch config files.

This means that tests (or any plugin for that matter) do not requires an
explicit lock on the branch anymore to change a single option. This also
means the optimisation becomes "opt-in" and as such won't be as
spectacular as it may be and/or harder to get right (nothing fails
anymore).

This reduces the diff by ~300 lines.

Code/tests that were updating more than one config option is still taking
a lock to at least avoid some IOs and demonstrate the benefits through
the decreased number of hpss calls.

The duplication between BranchStack and BranchOnlyStack will be removed
once the same sharing is in place for local config files, at which point
the Stack class itself may be able to host the changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
============================
 
2
Bazaar Main Document Catalog
 
3
============================
 
4
 
 
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://wiki.bazaar.canonical.com/Documentation>.
 
8
 
 
9
Core Documentation
 
10
==================
 
11
 
 
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>`_)
 
19
 
 
20
* `Release Notes <en/release-notes/NEWS.html>`_
 
21
 
 
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://wiki.bazaar.canonical.com/BzrSwitching>`_
 
47
  |--| for users moving from another VCS tool
 
48
 
 
49
* `Migration Guide <http://wiki.bazaar.canonical.com/BzrMigration>`_
 
50
  |--| for teams migrating history from another VCS tool
 
51
 
 
52
* `Glossary <http://wiki.bazaar.canonical.com/BzrGlossary>`_
 
53
 
 
54
* `Frequently Asked Questions <http://wiki.bazaar.canonical.com/FAQ>`_
 
55
 
 
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