~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2009-02-19 20:55:17 UTC
  • mto: (0.22.4 experimental)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090219205517-drw89424koe6h1da
Play around a bit.

1) Empty texts are no-op inserted, to avoid ever trying to match against their text.
2) If we find a new file-id and the compressor is more than half full, we go
ahead and start a new compressor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
コマンドを入力する
2
 
===================
3
 
 
4
 
ユーザーインターフェイス
5
 
-------------------------
6
 
 
7
 
Bazaarに対して利用可能な数多くのユーザーインターフェイスが存在します。
8
 
コアパッケージは **bzr** と呼ばれるコマンドラインツールを提供し
9
 
グラフィカルユーザーインターフェイス(GUI)はプラグインとして利用できます。
10
 
 
11
 
bzrを使う
12
 
---------
13
 
 
14
 
構文は次のとおりです::
15
 
 
16
 
  bzr [グローバルオプション] command [オプションと引数]
17
 
 
18
 
グローバルオプションはBazaarの動作方法に影響を与え ``command`` の前後に現れます。コマンド特有のオプションはコマンドの後で指定しなければなりませんが、コマンド固有の引数の前後と間で指定することができます。
19
 
 
20
 
共通のオプション
21
 
-----------------
22
 
 
23
 
下記で示されるいくつかのオプションはすべてのコマンドに対して有効です。
24
 
 
25
 
  ==========  =========  =================
26
 
  短い形式    長い形式   説明
27
 
  ==========  =========  =================
28
 
  -h          --help     get help
29
 
  -v          --verbose  be more verbose
30
 
  -q          --quiet    be more quiet
31
 
  ==========  =========  =================
32
 
 
33
 
Quietモードはエラーと警告のみを表示します。これはスクリプトで使う際に便利です。
34
 
 
35
 
注: 大抵のコマンドは1つのレベルの冗長性だけをサポートします。今後これは変更されるかもしれません。
36
 
高度な冗長性を求めるためには、-vオプションを複数回指定するだけです。