/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-10-06 14:40:37 UTC
  • mto: (4728.1.2 integration)
  • mto: This revision was merged to the branch mainline in revision 4731.
  • Revision ID: v.ladeuil+lp@free.fr-20091006144037-o76rgosv9hj3td0y
Simplify mutable_tree.has_changes() and update call sites.

* bzrlib/workingtree.py:
(WorkingTree.merge_from_branch): Add a force parameter. Replace
the check_basis() call by the corresponding code, taken the new
'force' parameter into account.

* bzrlib/tests/test_status.py:
(TestStatus.make_multiple_pending_tree): Add force=True on
supplementary merges.

* bzrlib/tests/test_reconfigure.py:
(TestReconfigure): Add a test for pending merges.

* bzrlib/tests/test_msgeditor.py:
(MsgEditorTest.make_multiple_pending_tree): Add force=True on
supplementary merges.

* bzrlib/tests/blackbox/test_uncommit.py:
(TestUncommit.test_uncommit_octopus_merge): Add force=True on
supplementary merges.

* bzrlib/send.py:
(send): Use the simplified has_changes(). Fix typo in comment too.

* bzrlib/reconfigure.py:
(Reconfigure._check): Use the simplified has_changes().

* bzrlib/mutabletree.py:
(MutableTree.has_changes): Make the tree parameter optional but
retain it for tests. Add a pending merges check.

* bzrlib/merge.py:
(Merger.ensure_revision_trees, Merger.file_revisions,
Merger.check_basis, Merger.compare_basis): Deprecate.

* bzrlib/bundle/apply_bundle.py:
(merge_bundle): Replace the check_basis() call by the
corresponding code.

* bzrlib/builtins.py:
(cmd_remove_tree.run, cmd_push.run, cmd_merge.run): Use the
simplified has_changes().
(cmd_merge.run): Replace the check_basis call() by the corresponding
code (minus the alredy done has_changes() check).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==================================
 
2
Indice de Documentacion de Bazaar
 
3
==================================
 
4
 
 
5
Las ultimas versiones de estos documentos se encuentran disponibles
 
6
en la pagina de  Bazaar, http://doc.bazaar-vcs.org.
 
7
 
 
8
Documentacion Principal
 
9
=======================
 
10
 
 
11
* `Mini Tutorial <es/mini-tutorial/index.html>`_ 
 
12
 
 
13
* `Referencia Rapida <es/_static/es/bzr-es-quick-reference.svg>`_
 
14
 
 
15
* `Guia de Usuario <es/user-guide/index-plain.html>`_ 
 
16
 
 
17
* `Referencia <en/user-reference/bzr_man.html>`_ 
 
18
 
 
19
* `Notas sobre la Version <en/release-notes/NEWS.html>`_
 
20
 
 
21
* `Guia del Desarrollador <developers/HACKING.html>`_
 
22
 
 
23
 
 
24
Otra Documentacion
 
25
===================
 
26
 
 
27
Mudandose a Bazaar (enlances web):
 
28
 
 
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>`_
 
33
  - para equipos que mudan el historial de otros SCV
 
34
 
 
35
Otros Documentos (enlances web):
 
36
 
 
37
* `Glosario <http://bazaar-vcs.org/BzrGlossary>`_
 
38
 
 
39
* `Preguntas Frecuentes <http://bazaar-vcs.org/FAQ>`_
 
40
 
 
41
* `Referencia del API bzrlib <http://bazaar-vcs.org/BzrLib>`_
 
42
 
 
43
Especificaciones tecnicas, planes a futuro y varias
 
44
notas tecnicas varias en Ingles:
 
45
 
 
46
* `Catalogo de Documentos para Desarrolladores <developers/index.html>`_