/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/index.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:
2
2
Bazaarのメインドキュメント
3
3
===========================
4
4
 
5
 
これらのドキュメントの最新版はBazaarのドキュメントのサイト、 http://doc.bazaar-vcs.org/ から入手可能で、
6
 
詳しい情報は http://bazaar-vcs.org/Documentation のページからリンクされています。
 
5
これらのドキュメントの最新版はBazaarのドキュメントのサイト、
 
6
http://doc.bazaar.canonical.com/en/ から入手可能で、
 
7
詳しい情報は http://wiki.bazaar.canonical.com/Documentation
 
8
のページからリンクされています。
7
9
 
8
10
 
9
11
目次
14
16
 
15
17
   tutorials/index
16
18
   user-guide/index
17
 
   user-reference/bzr_man
 
19
   upgrade-guide/index
 
20
   user-reference/index
18
21
 
 
22
.. no translated documents
 
23
   quick-reference/index
 
24
   admin-guide/index
19
25
 
20
26
ウェブリンク
21
27
=============
22
28
 
23
 
* `切り替えガイド <http://bazaar-vcs.org/BzrSwitching>`_
 
29
* `切り替えガイド <http://wiki.bazaar.canonical.com/BzrSwitching>`_
24
30
  |--| 別のVCSツールから移ってきたユーザー用
25
31
 
26
 
* `移行ガイド <http://bazaar-vcs.org/BzrMigration>`_
 
32
* `移行ガイド <http://wiki.bazaar.canonical.com/BzrMigration>`_
27
33
  |--| 別のVCSツールから履歴を移行するチーム用
28
34
 
29
 
* `用語 <http://bazaar-vcs.org/BzrGlossary>`_
 
35
* `用語 <http://wiki.bazaar.canonical.com/BzrGlossary>`_
30
36
 
31
 
* `よく聞かれる質問 <http://bazaar-vcs.org/FAQ>`_
 
37
* `よく聞かれる質問 <http://wiki.bazaar.canonical.com/FAQ>`_
32
38
 
33
39
 
34
40
TortoiseBzrをインストールするには?
39
45
その後の作業はインストールウィザードに従います。
40
46
インストールウィザードが終了した後で再起動します。
41
47
 
42
 
最新バージョンでも正常に動作しないことがあるので、
43
 
その場合は古いバージョンをインストールします。
44
 
2009年1月時点で筆者はbzr-setup-1.9.exeの基本的な動作を確認しています。
45
 
 
46
48
もしPythonインタープリタにbzrをインストールした場合、インストールしたディレクトリによって
47
49
bzr.exe(デフォルトでは ``C:\Program Files\Bazaar`` )よりもbzr.bat(``C:\PythonXX\Scripts``)が
48
50
優先されるので、コマンドプロンプトでbzrと入力したときにbzr.exeが実行されるようにするには、