~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/ja/user-guide/bzrtools_plugin.txt

  • Committer: John Arbash Meinel
  • Date: 2010-02-16 16:08:40 UTC
  • mfrom: (4797.2.15 2.1)
  • mto: (4797.2.16 2.1)
  • mto: This revision was merged to the branch mainline in revision 5037.
  • Revision ID: john@arbash-meinel.com-20100216160840-xwbpuu0v89gq8lej
Tags: bzr-2.1.0
bring in the latest 2.1 changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
BzrTools
 
2
========
 
3
 
 
4
概要
 
5
-----
 
6
 
 
7
BzrToolsは便利なBazaar強化機能のコレクションです。
 
8
インストールの手引きに関しては、BzrToolsのホームページを参照してください:
 
9
http://bazaar-vcs.org/BzrTools.
 
10
よく使われるコマンドのサンプルは下記のとおりです。
 
11
 
 
12
 
 
13
shell
 
14
-----
 
15
 
 
16
``bzr shell`` はBazaarのコマンドを理解する以上のことを行うコマンドインタープリタを起動します。
 
17
これはいくつかの利点を持ちます:
 
18
 
 
19
 * すべてのコマンドの冒頭で ``bzr`` を入力する必要が無くなります。
 
20
 
 
21
 * インテリジェントな自動入力補完が提供されます。
 
22
 
 
23
 * Bazaarのライブラリを毎回ロードする必要がないのでコマンドは少し速く動作します。
 
24
 
 
25
 
 
26
cdiff
 
27
-----
 
28
 
 
29
``bzr cdiff`` は GNU/Linux、UNIXとOS Xで ``bzr diff`` の出力の色つきバージョンを提供します。
 
30
次のようによく使われます::
 
31
 
 
32
  bzr cdiff | less -R