|
249.
|
|
|
bzr diff --revision takes exactly one or two revision specifiers
|
|
|
|
bzr diff --revision には1つまたは2つのリビジョンを指定してください。
|
|
Translated and reviewed by
IWATA Hidetaka
|
|
|
|
Located in
bzrlib/builtins.py:2361
|
|
250.
|
|
|
{0} and {1} are mutually exclusive
|
|
|
|
{0} と {1} を同時に指定することはできません。
|
|
Translated and reviewed by
IWATA Hidetaka
|
|
|
|
Located in
bzrlib/builtins.py:2366 bzrlib/builtins.py:2763 bzrlib/builtins.py:2776
bzrlib/builtins.py:2784 bzrlib/builtins.py:4957
|
|
251.
|
|
|
List files deleted in the working tree.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
作業ツリー上で削除されたファイルをリストアップします。
|
|
Translated and reviewed by
IWATA Hidetaka
|
|
|
|
Located in
bzrlib/builtins.py:2386
|
|
252.
|
|
|
Show the tree root directory.
|
|
|
|
ツリーのルートディレクトリを表示します。
|
|
Translated and reviewed by
IWATA Hidetaka
|
|
|
|
Located in
bzrlib/builtins.py:2463
|
|
253.
|
|
|
The root is the nearest enclosing directory with a .bzr control 
directory.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
ルートとは、.bzr管理ディレクトリを持つ、一番近い上位ディレクトリのことです。
|
|
Translated and reviewed by
IWATA Hidetaka
|
|
|
|
Located in
bzrlib/builtins.py:2465
|
|
254.
|
|
|
The limit argument must be an integer.
|
|
|
|
limitは整数でなければなりません。
|
|
Translated and reviewed by
IWATA Hidetaka
|
|
|
|
Located in
bzrlib/builtins.py:2480
|
|
255.
|
|
|
The levels argument must be an integer.
|
|
|
|
levelsは整数でなければなりません。
|
|
Translated and reviewed by
IWATA Hidetaka
|
|
|
|
Located in
bzrlib/builtins.py:2488
|
|
256.
|
|
|
Show historical log for a branch or subset of a branch.
|
|
|
|
ブランチ、もしくはブランチの一部の履歴ログを表示します。
|
|
Translated and reviewed by
IWATA Hidetaka
|
|
|
|
Located in
bzrlib/builtins.py:2493
|
|
257.
|
|
|
log is bzr's default tool for exploring the history of a branch. 
The branch to use is taken from the first parameter. If no parameters 
are given, the branch containing the working directory is logged. 
Here are some simple examples::
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
logは、ブランチの履歴を見るためのbzrのデフォルトのツールです。 
対象のブランチは1つ目の引数で指定します。引数が指定されていなければ、 
作業ディレクトリを含むブランチの履歴が表示されます。 
簡単な例を以下に示します。::
|
|
Translated and reviewed by
IWATA Hidetaka
|
|
|
|
Located in
bzrlib/builtins.py:2495
|
|
258.
|
|
|
bzr log log the current branch
bzr log foo.py log a file in its branch
bzr log http://server/branch log a branch on a server
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
bzr log は、現在のブランチの履歴を表示します。
bzr log foo,py は、ブランチ内のファイルの履歴を表示します。
bzr log http://server/branch は、サーバ上のブランチのログを表示します。
|
|
Translated and reviewed by
IWATA Hidetaka
|
|
|
|
Located in
bzrlib/builtins.py:2500
|