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

  • Committer: Vincent Ladeuil
  • Date: 2009-04-11 16:06:53 UTC
  • mto: (4286.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4287.
  • Revision ID: v.ladeuil+lp@free.fr-20090411160653-eq1gfn41q3lzhmss
Cleanup test imports and use features to better track skipped tests.

* bzrlib/tests/workingtree_implementations/__init__.py: 
Fix imports. Delete obsolete comment.

* bzrlib/tests/tree_implementations/test_walkdirs.py:
(TestWalkdirs.get_all_subdirs_expected): Reduce duplication.

* bzrlib/tests/tree_implementations/test_test_trees.py: 
Fix import.

* bzrlib/tests/tree_implementations/test_path_content_summary.py: 
Fix imports.

(TestPathContentSummary.test_unicode_symlink_content_summary,
TestPathContentSummary.test_unicode_symlink_target_summary):Use
UnicodeFilenameFeature instead of try/except UnicodeError.

* bzrlib/tests/tree_implementations/test_inv.py: 
Fix imports.
(TestInventoryWithSymlinks): Factor out test that requires
symlinks and use _test_needs_features.
(TestInventory.test_canonical_path,
TestInventory.test_canonical_path_dir,
TestInventory.test_canonical_path_root,
TestInventory.test_canonical_path_invalid_all,
TestInventory.test_canonical_invalid_child): Use assert(expected,
actual)

* bzrlib/tests/tree_implementations/test_get_symlink_target.py: 
Fix imports.
(TestGetSymlinkTarget.test_get_unicode_symlink_target): Use
UnicodeFilenameFeature instead of try/except UnicodeError.

* bzrlib/tests/tree_implementations/__init__.py: 
Fix imports.

(TestCaseWithTree.get_tree_with_subdirs_and_all_supported_content_types,
TestCaseWithTree._create_tree_with_utf8): Use
UnicodeFilenameFeature instead of try/except UnicodeError.

* bzrlib/tests/test_workingtree_4.py:
Fix too long lines.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=================================
 
1
==================================
2
2
Indice de Documentacion de Bazaar
3
 
=================================
 
3
==================================
4
4
 
5
5
Las ultimas versiones de estos documentos se encuentran disponibles
6
 
en la pagina de  Bazaar, http://doc.bazaar-vcs.org/en/.
 
6
en la pagina de  Bazaar, http://doc.bazaar-vcs.org.
7
7
 
8
8
Documentacion Principal
9
9
=======================
10
10
 
11
 
.. toctree::
12
 
   :maxdepth: 1
13
 
 
14
 
   mini-tutorial/index
15
 
   quick-reference/index
16
 
   user-guide/index
 
11
* `Mini Tutorial <es/mini-tutorial/index.html>`_ 
 
12
 
 
13
* `Referencia Rapida <es/referencia-rapida/referencia-rapida.svg>`_
 
14
 
 
15
* `Guia de Usuario <es/guia-usuario/index.html>`_ 
 
16
 
 
17
* `Referencia <es/referencia/bzr_man.html>`_ 
 
18
 
 
19
* `Notas sobre la Version <es/notas-version/NOTICIAS.html>`_
 
20
 
 
21
* `Guia del Desarrollador <es/guia-desarrollador/HACKING.html>`_
17
22
 
18
23
 
19
24
Otra Documentacion
20
 
==================
 
25
===================
21
26
 
22
27
Mudandose a Bazaar (enlances web):
23
28
 
24
 
* `Guias de Migracion <http://doc.bazaar-vcs.org/migration/en/>`_
 
29
* `Guias de Mudanzas <http://bazaar-vcs.org/BzrSwitching>`_ 
 
30
  - para los usuarios que se mudan de otros SCV
 
31
 
 
32
* `Guias de Migracion <http://bazaar-vcs.org/BzrMigration>`_
25
33
  - para equipos que mudan el historial de otros SCV
26
34
 
27
 
* `Guias de Plugins <http://doc.bazaar-vcs.org/plugins/en/>`_
28
 
 
29
35
Otros Documentos (enlances web):
30
36
 
31
37
* `Glosario <http://bazaar-vcs.org/BzrGlossary>`_
32
38
 
33
 
* `Preguntas Frecuentes <https://answers.launchpad.net/bzr>`_
 
39
* `Preguntas Frecuentes <http://bazaar-vcs.org/FAQ>`_
34
40
 
35
41
* `Referencia del API bzrlib <http://bazaar-vcs.org/BzrLib>`_
36
42
 
37
43
Especificaciones tecnicas, planes a futuro y varias
38
44
notas tecnicas varias en Ingles:
39
45
 
40
 
* `Catalogo de Documentos para Desarrolladores <http://doc.bazaar-vcs.org/latest/developers/>`_
 
46
* `Catalogo de Documentos para Desarrolladores <developers/index.html>`_