Changes between Version 1 and Version 2 of TracChangeset


Ignore:
Timestamp:
Jun 21, 2005, 1:13:35 AM (19 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeset

    v1 v2  
    1 = Trac Changeset Module =
     1= チェンジセット =
    22[[TracGuideToc]]
    33
    4 Trac has a built-in functionality for visualizing diffs - changes to files.
     4Trac にはビジュアル化された diff (ファイル間の差分をとる) 機能が組み込まれています。
    55
    6 == The Changeset View ==
     6== チェンジセットビュー ==
    77
    8 When viewing a commited changeset, such as when clicking a changeset
    9 [wiki:TracLinks TracLink] or a changeset event-line in the
    10 [wiki:TracTimeline timeline], Trac will display what changes this current set of patches imposes.
     8[wiki:TracLinks Wikiリンク] されたチェンジセットや、[wiki:TracTimeline タイムライン]
     9のチェンジセットイベント行をクリックしたときに、チェンジセットビューが表示されます。
     10チェンジセットビューでは、現在の状態と変更前の状態に違いを表示します。
    1111
    12 The changeset view consists of two parts, the '''header''' and the '''diff view'''.
     12チェンジセットビューは、 '''ヘッダ''' と '''diff 表示''' の2つの部品で構成されます。
    1313
    14 === Changeset Header ===
     14=== チェンジセットヘッダ ===
    1515
    16 The header shows an overview of the whole changeset.
    17 Here you will find information such as:
     16ヘッダはチェンジセット全体の概要を表示します。
     17これには以下の情報が含まれます:
    1818
    19  * Timestamp -- When the changeset was commited
    20  * Author -- Who commited the changeset
    21  * Message -- A brief description from the author (the commit log message)
    22  * Files -- A list of files affected by this changeset
     19 * コミット日時 -- いつコミットされたか
     20 * コミッタ -- 誰がコミットしたか
     21 * ログメッセージ -- コミッタによるチェンジセットの説明 (コミットログのメッセージ)
     22 * 更新ファイル -- チェンジセットに関連するファイルのリスト
    2323
    24 In front of each listed file, you'll find  a colored rectangle. The color
    25 indicates how the file is affected by the changeset.
     24リストのそれぞれのファイルの前に、色付きの四角があります。この色は
     25チェンジセットによって、どのように更新されたか示しています。
    2626 
    27  * Green: Added
    28  * Red: Removed
    29  * Yellow: Modified
     27 * Green: 追加
     28 * Red: 削除
     29 * Yellow: 更新
    3030
    31 The color legend is located below the header as a reminder.
     31この意味を思い出せるように、ヘッダの下部に色の説明が表示されます。
    3232
    33 === Diff View ===
     33=== diff 表示 ===
    3434
    35 Below the header is the main part of the changeset, the diff view. Each file is shown in a separate section, each of which will contain only the regions of the file that are affected by the changeset. There are two different styles of displaying the diffs: ''inline'' or ''side-by-side'' (you can switch between those styles using the preferences form):
     35ヘッダの下は、チェンジセットビューのメインとなる diff 表示です。各ファイルはそれぞれ別のセクションに表示され、それぞれチェンジセットによって更新された部分だけを表示します。 diff の表示は、 ''インライン'' と ''並べて表示'' という、2つの異なるスタイルで表示することができます。(スタイルの切り替えは右上のフォームで変更できます):
    3636
    37  * The ''inline'' style shows the changed regions of a file underneath eachother. A region removed from the file will be colored red, an added region will be colored green. If a region was modified, the old version is displayed above the new version. Line numbers on the left side indicate the exact position of the change in both the old and the new version of the file.
    38  * The ''side-by-side'' style shows the old version of the left and the new version on the right (this will typically require more screen width than the inline style.) Added and removed regions will be colored in the same way as with the inline style (green and red, respectively), but modified regions will have a yellow background.
     37 * ''インライン'' スタイルでは、2つのファイルを重ねて、変更があった行だけを表示します。ファイルから削除された行は赤に、追加された行は緑に着色されます。変更された行は古いリビジョン、新しいリビジョンの順で表示します。左側の行番号は古いリビジョンと、新しいリビジョンの両方で、変更を行った正確な位置を示します。
     38 * ''並べて表示'' スタイルでは、左に古いリビジョン、右に新しいリビジョンを表示します(これは通常、インラインスタイルより多くのスクリーン幅を必要とするでしょう。)。追加だけ、または削除だけが行われた行は、インラインスタイルの場合と同様(それぞれ緑と赤)に着色されますが、変更された行は黄色に着色されます。
    3939
    40 In addition, various advanced options are available in the preferences form for adjusting the display of the diffs:
    41  * You can set how many lines are displayed before and after every change
    42  * You can toggle whether blank lines, case changes and white space changes are ignored, thereby letting you find the functional changes more quickly
     40さらに、様々な高度なオプションが用意されています。右上のフォームを使用すると diff の表示を好みに調整することができます。:
     41 * 更新があった行の前後に、それぞれ何行表示するのか指定できます。
     42 * 機能的な変更だけを手早く確認したい場合に、空行、大文字小文字の変更、空白文字の変更をそれぞれ無視することができます。
    4343
    4444----
    45 See also: TracGuide, TracBrowser
     45参考: TracGuide, TracBrowser