/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/ja/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
Bazaarユーザーガイド
 
3
####################
 
4
 
 
5
.. Please mark sections in included files as following:
 
6
..   level 1 ========
 
7
..   level 2 --------
 
8
..   level 3 ~~~~~~~~
 
9
..   level 4 ^^^^^^^^ (it is better not to use nesting deeper than 3 levels)
 
10
 
 
11
.. contents:: :depth: 3
 
12
 
 
13
 
 
14
紹介
 
15
############
 
16
 
 
17
.. include:: introducing_bazaar.txt
 
18
.. include:: core_concepts.txt
 
19
.. include:: bazaar_workflows.txt
 
20
 
 
21
 
 
22
始める
 
23
###############
 
24
 
 
25
.. include:: installing_bazaar.txt
 
26
.. include:: entering_commands.txt
 
27
.. include:: getting_help.txt
 
28
.. include:: configuring_bazaar.txt
 
29
.. include:: using_aliases.txt
 
30
.. include:: plugins.txt
 
31
.. include:: zen.txt
 
32
 
 
33
 
 
34
個人用途のバージョン管理
 
35
########################
 
36
 
 
37
.. include:: solo_intro.txt
 
38
.. include:: starting_a_project.txt
 
39
.. include:: controlling_registration.txt
 
40
.. include:: reviewing_changes.txt
 
41
.. include:: recording_changes.txt
 
42
.. include:: browsing_history.txt
 
43
.. include:: releasing_a_project.txt
 
44
.. include:: undoing_mistakes.txt
 
45
 
 
46
 
 
47
同僚と共有する
 
48
##################
 
49
 
 
50
.. include:: partner_intro.txt
 
51
.. include:: branching_a_project.txt
 
52
.. include:: merging_changes.txt
 
53
.. include:: resolving_conflicts.txt
 
54
.. include:: annotating_changes.txt
 
55
 
 
56
 
 
57
集中スタイルの、チームコラボレーション
 
58
############################################
 
59
 
 
60
.. include:: central_intro.txt
 
61
.. include:: publishing_a_branch.txt
 
62
.. include:: using_checkouts.txt
 
63
.. include:: working_offline_central.txt
 
64
.. include:: reusing_a_checkout.txt
 
65
 
 
66
 
 
67
分散スタイルの、チームコラボレーション
 
68
########################################
 
69
 
 
70
.. include:: distributed_intro.txt
 
71
.. include:: organizing_branches.txt
 
72
.. include:: using_gatekeepers.txt
 
73
.. include:: sending_changes.txt
 
74
 
 
75
 
 
76
その他のトピック
 
77
####################
 
78
 
 
79
.. include:: part2_intro.txt
 
80
.. include:: adv_merging.txt
 
81
.. include:: shelving_changes.txt
 
82
.. include:: filtered_views.txt
 
83
.. include:: stacked.txt
 
84
.. include:: server.txt
 
85
.. include:: hooks.txt
 
86
.. include:: version_info.txt
 
87
 
 
88
 
 
89
人気のあるプラグインの手短なツアー
 
90
####################################
 
91
 
 
92
.. include:: bzrtools_plugin.txt
 
93
.. include:: svn_plugin.txt
 
94
.. include later looms_plugin.txt
 
95
 
 
96
 
 
97
Bazaarを環境に統合する
 
98
#######################
 
99
 
 
100
.. include:: web_browsing.txt
 
101
.. include later - file_explorers.txt
 
102
.. include later - desktop_integration.txt
 
103
.. include later - editors_and_ides.txt
 
104
.. include later - email.txt
 
105
.. include:: bug_trackers.txt
 
106
 
 
107
 
 
108
付録
 
109
#####
 
110
 
 
111
.. include:: specifying_revisions.txt
 
112
.. include:: organizing_your_workspace.txt
 
113
.. include:: shared_repository_layouts.txt
 
114
.. include:: setting_up_email.txt
 
115
.. include:: http_smart_server.txt
 
116
.. include:: writing_a_plugin.txt
 
117
.. include:: licence.txt
 
118
 
 
119
.. |--| unicode:: U+2014
 
120