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

  • Committer: Vincent Ladeuil
  • Date: 2009-09-07 08:46:00 UTC
  • mto: (4677.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4678.
  • Revision ID: v.ladeuil+lp@free.fr-20090907084600-g2gheboken7azq5y
FreeBSD and OSX create temp dirs with the 'wheel' group.

* bzrlib/tests/test_permissions.py:
(TestPermissions.test_new_files_group_sticky_bit): Same cause,
same fix.

* bzrlib/tests/per_branch/test_permissions.py:
(TestPermissions.test_new_branch_group_sticky_bit): Same cause,
same fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
   contain the root `toctree` directive.
5
5
 
6
6
 
7
 
Table of Contents
8
 
=================
9
 
 
10
 
.. toctree::
11
 
   :maxdepth: 1
12
 
 
13
 
   whats-new/whats-new-in-2.2
14
 
   user-guide/index
15
 
   tutorials/index
16
 
   quick-reference/index
17
 
   release-notes/index
18
 
   upgrade-guide/index
19
 
   user-reference/index
20
 
   admin-guide/index
 
7
Core documentation
 
8
==================
 
9
 
 
10
.. toctree::
 
11
   :maxdepth: 1
 
12
 
 
13
   en/user-guide/index
 
14
   en/tutorials/index
 
15
   en/quick-reference/index
 
16
   en/user-reference/index
 
17
 
 
18
.. toctree::
 
19
   :maxdepth: 1
 
20
 
 
21
   en/release-notes/index
 
22
   en/upgrade-guide/index
 
23
   developers/index
 
24
 
 
25
 
 
26
Other languages:
 
27
 
 
28
.. toctree::
 
29
   :maxdepth: 1
 
30
 
 
31
   index.es
 
32
   index.ru
 
33
 
 
34
 
 
35
Related links
 
36
=============
 
37
 
 
38
* `Frequently Asked Questions <http://bazaar-vcs.org/FAQ>`_
 
39
* `Glossary <http://bazaar-vcs.org/BzrGlossary>`_
 
40
* :ref:`genindex`
 
41
* :ref:`search`
 
42