/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: 2007-09-17 12:34:31 UTC
  • mto: (2851.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2852.
  • Revision ID: v.ladeuil+lp@free.fr-20070917123431-065warglku51y822
Use assertIsSameRealPath to avoid OSX aliasing (specifically /tmp
-> /private/tmp).

* bzrlib/tests/__init__.py:
(TestCase.assertIsSameRealPath): New method resolving symlinks
before comparing paths.

* bzrlib/tests/test_selftest.py:
(TestTestCaseInTempDir.test_home_is_not_working,
TestTestCaseWithMemoryTransport.test_home_is_non_existant_dir_under_root,
TestTestCaseWithMemoryTransport.test_cwd_is_TEST_ROOT): Use
assertIsSameRealPath.

* bzrlib/tests/test_plugins.py:
(TestPlugins.test_trivial_plugin_get_path): Use assertIsSameRealPath.

* bzrlib/tests/test_sftp_transport.py:
(SFTPTransportTestRelative.test__remote_path): The test should be
totally rewritten for OSX. Marking it as know failure in the
interim.

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-vcs.org.
 
7
 
 
8
Core Documentation
 
9
==================
 
10
 
 
11
* `Mini Tutorial <en/mini-tutorial/index.html>`_ 
 
12
 
 
13
* `Quick Start Summary <en/quick-reference/quick-start-summary.svg>`_
 
14
 
 
15
* `User Guide <en/user-guide/index.html>`_ 
 
16
 
 
17
* `User Reference <en/user-reference/bzr_man.html>`_ 
 
18
 
 
19
* `Release Notes <en/release-notes/NEWS.html>`_
 
20
 
 
21
* `Developer Guide <en/developer-guide/HACKING.html>`_
 
22
 
 
23
 
 
24
Other Documentation
 
25
===================
 
26
 
 
27
Moving to Bazaar (Web links):
 
28
 
 
29
* `Switching Guides <http://bazaar-vcs.org/BzrSwitching>`_ 
 
30
  - for users moving from another VCS tool
 
31
 
 
32
* `Migration Guide <http://bazaar-vcs.org/BzrMigration>`_
 
33
  - for teams migrating history from another VCS tool
 
34
 
 
35
Other Documents (Web links):
 
36
 
 
37
* `Glossary <http://bazaar-vcs.org/BzrGlossary>`_
 
38
 
 
39
* `Frequently Asked Questions <http://bazaar-vcs.org/FAQ>`_
 
40
 
 
41
* `bzrlib API reference <http://bazaar-vcs.org/BzrLib>`_
 
42
 
 
43
Technical specifications, roadmaps and various
 
44
technical notes are available in English below:
 
45
 
 
46
* `Developer Document Catalog <developers/index.html>`_