/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/user-guide/index-plain.txt

  • Committer: Vincent Ladeuil
  • Date: 2012-01-18 14:09:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6468.
  • Revision ID: v.ladeuil+lp@free.fr-20120118140919-rlvdrhpc0nq1lbwi
Change set/remove to require a lock for the branch config files.

This means that tests (or any plugin for that matter) do not requires an
explicit lock on the branch anymore to change a single option. This also
means the optimisation becomes "opt-in" and as such won't be as
spectacular as it may be and/or harder to get right (nothing fails
anymore).

This reduces the diff by ~300 lines.

Code/tests that were updating more than one config option is still taking
a lock to at least avoid some IOs and demonstrate the benefits through
the decreased number of hpss calls.

The duplication between BranchStack and BranchOnlyStack will be removed
once the same sharing is in place for local config files, at which point
the Stack class itself may be able to host the changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##########################
 
2
Guia de Usuarios de Bazaar
 
3
##########################
 
4
 
 
5
.. Files are currently links but will become includes once the
 
6
.. content makes more sense as a whole.
 
7
.. Please mark sections in linked/included files as following:
 
8
..   level 1 ========
 
9
..   level 2 --------
 
10
..   level 3 ~~~~~~~~
 
11
..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
 
12
 
 
13
 
 
14
Introducción
 
15
############
 
16
 
 
17
.. include later - introducing_bazaar.txt
 
18
.. include later - core_concepts.txt
 
19
.. include later - bazaar_workflows.txt
 
20
 
 
21
 
 
22
Empezando
 
23
#########
 
24
 
 
25
.. include later - installing_bazaar.txt
 
26
.. include later -  entering_commands.txt
 
27
.. include later - revnos.txt
 
28
.. include later - getting_help.txt
 
29
.. include later - configuring_bazaar.txt
 
30
.. include later - using_aliases.txt
 
31
.. include later - plugins.txt
 
32
 
 
33
 
 
34
Control de Versionamiento Personal
 
35
##################################
 
36
 
 
37
.. include later - solo_intro.txt
 
38
.. include later - starting_a_project.txt
 
39
.. include later - controlling_registration.txt
 
40
.. include later - reviewing_changes.txt
 
41
.. include later - recording_changes.txt
 
42
.. include later - browsing_history.txt
 
43
.. include later - releasing_a_project.txt
 
44
.. include later - undoing_mistakes.txt
 
45
 
 
46
 
 
47
Compartiendo con tus pares
 
48
##########################
 
49
 
 
50
.. include later - partner_intro.txt
 
51
.. include later - branching_a_project.txt
 
52
.. include later - merging_changes.txt
 
53
.. include later - resolving_conflicts.txt
 
54
.. include later - annotating_changes.txt
 
55
 
 
56
 
 
57
Colaboración en equipo, modo centralizado
 
58
#########################################
 
59
 
 
60
.. include later - central_intro.txt
 
61
.. include later - publishing_a_branch.txt
 
62
.. include later - using_checkouts.txt
 
63
.. include later - working_offline_central.txt
 
64
.. include later - reusing_a_checkout.txt
 
65
 
 
66
 
 
67
Colaboracion en equipo, modo distribuido
 
68
########################################
 
69
 
 
70
.. include later - distributed_intro.txt
 
71
.. include later - organizing_branches.txt
 
72
.. include later - using_gatekeepers.txt
 
73
.. include later - sending_changes.txt
 
74
 
 
75
 
 
76
Un tour breve de los plugins mas populares
 
77
##########################################
 
78
 
 
79
.. include later - part2_intro.txt
 
80
.. include later - bzrtools_plugin.txt
 
81
.. include later - svn_plugin.txt
 
82
.. include later looms_plugin.txt
 
83
 
 
84
 
 
85
Integrando Bazaar en tu entorno
 
86
###############################
 
87
 
 
88
.. include later - web_browsing.txt
 
89
.. include later - file_explorers.txt
 
90
.. include later - desktop_integration.txt
 
91
.. include later - editors_and_ides.txt
 
92
.. include later - email.txt
 
93
.. include later - bug_trackers.txt
 
94
 
 
95
 
 
96
Temas varios
 
97
############
 
98
 
 
99
.. include later - adv_merging.txt
 
100
.. include later - server.txt
 
101
.. include later - hooks.txt
 
102
.. include:: version_info.txt
 
103
 
 
104
 
 
105
Apéndice
 
106
########
 
107
 
 
108
.. include later - specifying_revisions.txt
 
109
.. include later - shared_repository_layouts.txt
 
110
.. include later - setting_up_email.txt
 
111
.. include later - http_smart_server.txt
 
112
.. include later - writing_a_plugin.txt
 
113
 
 
114
.. |--| unicode:: U+2014