1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
#################
Bazaar User Guide
#################
.. Please mark sections in included files as following:
.. level 1 ========
.. level 2 --------
.. level 3 ~~~~~~~~
.. level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
Introduction
############
.. toctree::
:maxdepth: 1
introducing_bazaar
core_concepts
bazaar_workflows
Getting started
###############
.. toctree::
:maxdepth: 1
installing_bazaar
entering_commands
getting_help
configuring_bazaar
using_aliases
plugins
zen
Personal version control
########################
.. toctree::
:maxdepth: 1
solo_intro
starting_a_project
controlling_registration
reviewing_changes
recording_changes
browsing_history
releasing_a_project
undoing_mistakes
Sharing with peers
##################
.. toctree::
:maxdepth: 1
partner_intro
branching_a_project
merging_changes
resolving_conflicts
annotating_changes
Team collaboration, central style
#################################
.. toctree::
:maxdepth: 1
central_intro
publishing_a_branch
using_checkouts
working_offline_central
reusing_a_checkout
Team collaboration, distributed style
#####################################
.. toctree::
:maxdepth: 1
distributed_intro
organizing_branches
using_gatekeepers
sending_changes
Miscellaneous topics
####################
.. toctree::
:maxdepth: 1
part2_intro
adv_merging
switch_store
shelving_changes
filtered_views
stacked
server
hooks
version_info
gpg_signatures
A brief tour of some popular plugins
####################################
.. toctree::
:maxdepth: 1
bzrtools_plugin
svn_plugin
Integrating Bazaar into your environment
########################################
.. toctree::
:maxdepth: 1
web_browsing
bug_trackers
Appendices
##########
.. toctree::
:maxdepth: 1
specifying_revisions
organizing_your_workspace
shared_repository_layouts
setting_up_email
http_smart_server
writing_a_plugin
licence
.. |--| unicode:: U+2014
|