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

  • Committer: Lukáš Lalinský
  • Date: 2008-08-28 13:41:15 UTC
  • mto: (3732.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3733.
  • Revision ID: lalinsky@gmail.com-20080828134115-265uyumclq5qvetg
Fix `bzr st -rbranch:PATH_TO_BRANCH`

* Add RevisionSpec.as_tree which returns a tree representation of the revision specifier. This might return a remote revision tree.
* Make status use this new method and not require RevisionSpec.as_revision_id, which for RevisionSpec_branch fetches data to the local repository.
* Refactor common code for getting either a revision tree or a tree/branch's basis tree into a private function _get_revision_tree and make it use RevisionSpec.as_tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
..   level 3 ~~~~~~~~
11
11
..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
12
12
 
 
13
.. contents:: :depth: 2
 
14
.. sectnum::
 
15
 
13
16
 
14
17
Introducción
15
18
############
50
53
.. include later - partner_intro.txt
51
54
.. include later - branching_a_project.txt
52
55
.. include later - merging_changes.txt
53
 
.. include later - resolving_conflicts.txt
 
56
.. include:: resolving_conflicts.txt
54
57
.. include later - annotating_changes.txt
55
58
 
56
59
 
100
103
.. include later - server.txt
101
104
.. include later - hooks.txt
102
105
.. include:: version_info.txt
103
 
 
 
106
 
104
107
 
105
108
Apéndice
106
109
########