Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

Merge with stable

Changeset 9a12b3c546f8

Parents 98cf2772a591

Parents dd168f3786b4

by Steve Borho

Changes to 35 files · Browse files at 9a12b3c546f8 Showing diff from parent 98cf2772a591 dd168f3786b4 Diff from another changeset...

 
2
3
4
5
 
6
7
8
 
117
118
119
120
 
121
122
123
 
2
3
4
 
5
6
7
8
 
117
118
119
 
120
121
122
123
@@ -2,7 +2,7 @@
 ============    .. module:: changelog.dialog - :synopsis: Dialog used to view log + :synopsis: チェンジログを表示するダイアログ    チェンジログビューアは主にリビジョン履歴またはリポジトリを可視化するのに使用され、  リビジョン履歴のグラフや、親リビジョンおよび子リビジョンとの関係を表示します。 @@ -117,7 +117,7 @@
 フィルタダイアログ  ----------------------------   -.. figure:: figures/logfilter.jpg +.. figure:: figures/logfilter.png   :alt: フィルタダイアログ     リビジョンフィルタダイアログ
 
2
3
4
5
 
6
7
8
 
2
3
4
 
5
6
7
8
@@ -2,7 +2,7 @@
 ================    .. module:: clone.dialog - :synopsis: Dialog used to clone a repository + :synopsis: リポジトリのクローンに使うダイアログ    リポジトリのクローンにはクローンダイアログを使います。  エクスプローラで右クリックメニューを開いて
 
2
3
4
5
 
6
7
8
 
2
3
4
 
5
6
7
8
@@ -2,7 +2,7 @@
 ========    .. module:: commit.dialog - :synopsis: Dialog used to perform commit + :synopsis: コミットを実行するダイアログ    .. warning::   win32text 拡張機能はハンク選択で問題を引き起こす可能性があります。この問題は
1
2
3
4
5
 
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
1
2
3
4
 
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
 共通の機能  ==========    .. module:: common.dialog - :synopsis: Common features to all the dialog + :synopsis: 全ダイアログ共通の機能    これらの機能は多くの TortoiseHg ダイアログに共通しているため、  ここにまとめておきます。      ウィンドウ位置・サイズなどの復元  --------------------------------    コミット、チェンジログ、リポジトリ検索といった TortoiseHg の主要ダイアログは最後に  起動したときの位置やサイズが復元されます。  これにはウィンドウが最大化されていたかどうかも含まれます。    復元された位置やサイズが現在のディスプレイのサイズに合わない場合はデフォルトの  ダイアログ状態に戻されます。    サイズ固定のダイアログや一時的に表示されるダイアログは好みの位置に  置くことができます。      キーボードショートカット  ------------------------    全ての TortoiseHg ダイアログで使用可能なキーボードショートカットが  いくつか定義されています。    :kbd:`Ctrl-Q`   開いているウィンドウ全てを閉じてアプリケーションを終了します    :kbd:`Ctrl-W`   現在のウィンドウを閉じます (開いているウィンドウが1つだけの場合は   :kbd:`Ctrl-Q` と同じ動作)    :kbd:`Ctrl-D`   現在選択されているファイルまたはチェンジセットの差分を表示します    :kbd:`Ctrl-Enter`   アクティベーションします    :kbd:`F5`   最新の状態に更新します    `Mac OS X <http://bitbucket.org/tortoisehg/stable/wiki/MacOSX>`_ では  アップル (Command) キーを :kbd:`Ctrl` キーモディファイアの代わりに使用します。  ただしコピー&ペーストなど一部の機能については GTK+ 標準のキーボードショートカットが  使用されるため、 :kbd:`Ctrl` キーを使わなければならない場合もあります。      差分表示  --------    .. figure:: figures/visual-diff.jpg   :alt: 差分表示ウィンドウ     差分表示ウィンドウ    TortoiseHg 0.8 では差分表示ダイアログにおける4つのユーザビリティ上の  問題が解決されました:    1) ファイルごとに差分表示ツールを選択することが可能  2) 差分表示ツールを別プロセスとして起動可能  3) ディレクトリ差分機能を持たない差分表示ツールでも利用可能  4) 変更されたファイルがない場合、その旨を表示    差分表示のために TortoiseHg は過去のリビジョンデータを含む一時ファイルを生成します。  それらの一時ファイルは差分表示ダイアログを閉じたときに削除されます。    差分表示ウィンドウを飛ばして直接、差分表示ツールを起動したい場合は  :menuselection:`TortoiseHg --> 差分表示をスキップ` を `True` に  設定してください。    .. note::   `差分表示をスキップ` の設定を変更してもエクスプローラの右クリックメニューから   起動する差分表示の動作を変えることはできません。差分表示ウィンドウは常に   表示されます。    .. NEEDFORREVIEW    .. warning::   差分表示ウィンドウの表示を飛ばす場合、使用する差分表示ツールはディレクトリ差分機能に   対応している必要があり、別プロセスとして起動されません。自己責任で使用してください。    TortoiseHg で差分表示アプリケーションを使用するには2つの手順を踏む必要があります。  まず最初に使用したいアプリケーションを  `Extdiff <http://mercurial.selenic.com/wiki/ExtdiffExtension>`_ コマンドとして  :file:`Mercurial.ini` に設定します: ::     [extdiff]   myapp = C:\Path\to\tool.exe    設定すると利用可能な `Extdiff` コマンドとして  :menuselection:`TortoiseHg --> 差分表示コマンド` に  `myapp` が表示されるのでそれを選択してください。 :doc:`faq` で  いくつか設定例を見ることができます。    複数の `Extdiff` コマンドが設定されている場合、差分表示ウィンドウでどのコマンドを  使用するかファイルごとに選択可能です。      ツリービュー内検索  ------------------    ステータス、コミット、シェルフ、チェンジログツールのファイル一覧、  チェンジログビューアのグラフ表示パネル、リポジトリ検索ツールのコメントパネルなど  多くの TortoiseHg ダイアログでツリービューを利用しています。    多くの TortoiseHg 0.8 以降のツリービューではインクリメンタル検索が可能です。  どれか行を1つ選択するなどして、ツリービューがフォーカスされている状態で  検索キーワードの入力を始めてください。入力した検索キーワードを含む小さな  テキスボックスが表示されて、ツリービューは最初にマッチした行にジャンプします。  さらに入力を続けると検索結果が絞られます。    * :kbd:`Ctrl-F` は明示的に検索テキストボックスを開きます  * :kbd:`Ctrl-G` 次にマッチした行に移動します  * :kbd:`Shift-Ctrl-G` 前にマッチした行に移動します  * マウスのホイールを回転させると前後のマッチ行に移動します    HG コマンドダイアログ  ---------------------    TortoiseHg ダイアログの多くは Mercurial のコマンド実行の状況をリアルタイムに  表示するため *hgcmd* を使用しています。    .. figure:: figures/hgcmd.jpg   :alt: Mercurial コマンドダイアログ     Mercurial コマンドダイアログ    .. note::   エラーメッセージは目立つように赤い文字として表示されます    Mercurial コマンドの実行が終了したとき、ダイアログは :guilabel:`閉じる` ボタンに  フォーカスを移動させます。そのため :kbd:`Enter` キーを押すだけでウィンドウを  閉じることができます。    .. vim: noet ts=4
 
42
43
44
45
 
46
47
48
 
168
169
170
171
172
 
 
173
174
175
 
42
43
44
 
45
46
47
48
 
168
169
170
 
 
171
172
173
174
175
@@ -42,7 +42,7 @@
   # General information about the project.  project = u'TortoiseHg' -copyright = u'2009, Steve Borho and others' +copyright = u'2009, Steve Borho、他'    # The version info for the project you're documenting, acts as replacement for  # |version| and |release|, also used in various other places throughout the @@ -168,8 +168,8 @@
 # Grouping the document tree into LaTeX files. List of tuples  # (source start file, target name, title, author, document class [howto/manual]).  latex_documents = [ - ('index', 'TortoiseHg.tex', ur'TortoiseHg Documentation', - ur'Steve Borho and others', 'manual'), + ('index', 'TortoiseHg.tex', ur'TortoiseHg マニュアル', + ur'Steve Borho、他', 'manual'),  ]    # The name of an image file (relative to this directory) to place at the top of
 
2
3
4
5
 
6
7
8
 
2
3
4
 
5
6
7
8
@@ -2,7 +2,7 @@
 ==============    .. module:: datamine.dialog - :synopsis: Dialog used to search repository history + :synopsis: リポジトリ履歴から検索を行うダイアログ    リポジトリ検索ツールはリポジトリのリビジョン履歴を調べるのに使うことができます。  *検索* と *コメント* の2種類のタブを持つアプリケーションです。
 
2
3
4
5
 
6
7
8
 
64
65
66
67
68
69
70
71
 
80
81
82
83
84
 
 
 
 
85
86
87
88
89
90
91
 
92
93
 
94
95
 
 
2
3
4
 
5
6
7
8
 
64
65
66
 
 
67
68
69
 
78
79
80
 
 
81
82
83
84
85
86
87
88
89
90
 
91
92
 
93
94
 
95
@@ -2,7 +2,7 @@
 =====================    .. module:: debugging - :synopsis: Debug problems in shell extension or dialogs + :synopsis: TortoiseHg のダイアログやシェル拡張をデバッグするためのヒント      ダイアログ @@ -64,8 +64,6 @@
 閲覧すると各種デバッグメッセージを取得することができます。     -.. NEEDFORTRANSLATION -  Nautilus ファイルマネージャ  ~~~~~~~~~~~~~~~~~~~~~~~~~~~   @@ -80,16 +78,18 @@
  nautilus -q   DEBUG_THG=NOe nautilus   -* permanent debugging, set DEBUG_THG in a file which is read on session - start (~/.profile, ~/.xprofile) +* 常にデバッグ状態で起動したい場合は環境変数 DEBUG_THG をセッション開始と共に + 読み込まれる設定ファイル (~/.profile, ~/.xprofile など) に設定してください。 + +.. NEEDFORTRANSLATION    Upper case characters in DEBUG_THG specify modules. Only *O* and *N*  for *OverlayCache* and *Nautilus*, respecively, are supported module  names. Lower case characters imply parts. Only *e* is supported,  implying *error* messages.   -To restart nautilus, chose either +Nautilus を再起動は次のどちらかの方法で可能です:   -1) killall nautilus (the session restarts nautilus automatically, stdin and stdout go to ~/.xsession-errors) +1) 全ての Nautilus プロセスを削除する (セッションが自動的に Nautilus を再起動し、標準入出力先は ~/.xsession-errors)   -2) nautilus -q; nautilus (stdin and stdout are on the console) +2) コマンドラインから :command:`nautilus -q; nautilus` を実行 (標準入出力先はコンソール)
 
2
3
4
5
 
6
7
8
 
54
55
56
57
 
58
59
60
61
62
63
64
 
65
66
67
 
82
83
84
 
85
86
87
 
89
90
91
92
93
94
95
96
97
 
 
 
98
99
100
 
2
3
4
 
5
6
7
8
 
54
55
56
 
57
58
59
60
61
62
63
 
64
65
66
67
 
82
83
84
85
86
87
88
 
90
91
92
 
 
 
 
 
 
93
94
95
96
97
98
@@ -2,7 +2,7 @@
 ==========================    .. module:: explorer - :synopsis: Windows explorer integration + :synopsis: Windows エクスプローラへの統合    アイコンオーバーレイ  -------------------- @@ -54,14 +54,14 @@
 変化します。例えば次のスクリーンショットは Mercurial 管理下にあるディレクトリの  右クリックメニューです:   -.. figure:: figures/cmenu-nofiles.jpg +.. figure:: figures/cmenu-nofiles.png   :alt: 右クリックメニュー     Mercurial 管理下にあるディレクトリの右クリックメニュー    そしてこれはファイルまたはディレクトリを選択した状態で開いた右クリックメニューです:   -.. figure:: figures/cmenu-files.jpg +.. figure:: figures/cmenu-files.png   :alt: 右クリックメニュー     ファイルまたはディレクトリを選択した状態で開いた右クリックメニュー @@ -82,6 +82,7 @@
    名前変更 (または移動) ダイアログ   +  Nautilus  --------   @@ -89,12 +90,9 @@
 シェルとの統合も提供しています。頒布パッケージから TortoiseHg をインストールした  場合はこの拡張機能も既に設定済みです。そうでない場合は Wiki を参考にしてください。   -.. NEEDFORTRANSLATION - -While the nautilus extension does not have it's own GUI for managing the -overlays and context menus, it does support command promotion into the -top menu. It requires you to edit your :file:`~/.hgrc` file and add -lines like these:: +Nautilus 拡張機能のアイコンオーバーレイや右クリックメニューを設定するための GUI +が用意されるまでの間は、 :file:`~/.hgrc` ファイルを編集することでメニュー項目を +トップに持ってくる設定のみ可能です。以下の設定を追加してください::     [tortoisehg]   promoteditems = commit, log, synch
doc/​source-ja/​figures/​annotate.png
size changed from 617x500 to 864x573
Removed image
Added image
Removed image
Added image
Subtracted image Added image
Removed image
Added image
Removed image
Added image
doc/​source-ja/​figures/​email.png
size changed from 666x486 to 666x487
Removed image
Added image
Removed image
Added image
doc/​source-ja/​figures/​init.png
size changed from 366x168 to 366x175
mode changed from RGBA to RGB
Removed image
Added image
Removed image
Added image
doc/​source-ja/​figures/​recover.png
size changed from 458x250 to 462x251
Removed image
Added image
doc/​source-ja/​figures/​search.png
size changed from 617x522 to 752x536
Removed image
Added image
doc/​source-ja/​figures/​settings.png
size changed from 454x700 to 527x753
Removed image
Added image
doc/​source-ja/​figures/​share.png
size changed from 536x308 to 536x329
mode changed from RGBA to RGB
Removed image
Added image
 
2
3
4
5
 
6
7
8
 
2
3
4
 
5
6
7
8
@@ -2,7 +2,7 @@
 ==============    .. module:: guess.dialog - :synopsis: Dialog used to detect copies and/or renames + :synopsis: コピーまたは名前変更を検出するダイアログ    .. figure:: figures/guess.jpg   :alt: 名前変更推定ダイアログ
 
2
3
4
5
 
6
7
8
9
10
11
12
 
13
14
15
 
18
19
20
21
22
23
24
25
 
2
3
4
 
5
6
7
8
9
10
11
 
12
13
14
15
 
18
19
20
 
 
21
22
23
@@ -2,14 +2,14 @@
 ============    .. module:: ignore.dialog - :synopsis: Dialog used to maintain the ignore filter + :synopsis: 無視フィルタの保守に使うダイアログ    無視フィルタダイアログはリポジトリのルートにある :file:`.hgignore` ファイルの  ような Mercurial の無視ファイルフィルタの編集に使われます。  エクスプローラの右クリックメニューや、ステータス・コミットツールのファイル一覧に  表示された不明ファイルの右クリックメニューから起動できます。   -.. figure:: figures/ignore.jpg +.. figure:: figures/ignore.png   :alt: 無視フィルタダイアログ     無視フィルタダイアログ @@ -18,8 +18,6 @@
 コマンドラインからの実行  ------------------------   -.. NEEDFORIMPROVE -  無視フィルタツールはコマンドラインから起動することもできます: ::     hgtk hgignore [FILE]
 
2
3
4
5
 
6
7
8
 
2
3
4
 
5
6
7
8
@@ -2,7 +2,7 @@
 ==========================    .. module:: init.dialog - :synopsis: Dialog used to create a repository + :synopsis: 新しいリポジトリの作成に使用するダイアログ    既存のディレクトリ (プロジェクト) に新しくリポジトリを作成するには、  リポジトリ初期化ダイアログを開きます。エクスプローラで、プロジェクトの
 
3
4
5
6
 
7
8
9
 
3
4
5
 
6
7
8
9
@@ -3,7 +3,7 @@
 ****    .. module:: introduction - :synopsis: Introduce TortoiseHg and its various parts + :synopsis: TortoiseHg の導入      TortoiseHg とは何か?
 
3
4
5
6
 
7
8
9
 
3
4
5
 
6
7
8
9
@@ -3,7 +3,7 @@
 ********    .. module:: preface - :synopsis: About this manual + :synopsis: このマニュアルについて    対象読者  ========
 
3
4
5
6
 
7
8
9
 
27
28
29
30
 
31
32
33
 
3
4
5
 
6
7
8
9
 
27
28
29
 
30
31
32
33
@@ -3,7 +3,7 @@
 ******************************************    .. module:: tour - :synopsis: A Gentle Introduction to Using TortoiseHg on Windows + :synopsis: Windows TortoiseHg を使うためのチュートリアル    Mercurial はいくつもの異なる  `コラボレーションモデル <http://hgbook.red-bean.com/read/collaborating-with-other-people.html>`_ @@ -27,7 +27,7 @@
 TortoiseHg のグローバル設定から設定できます。プロジェクトディレクトリを  右クリックして :menuselection:`TortoiseHg --> グローバル設定` を選択します。   -.. figure:: figures/cmenu-nofiles.jpg +.. figure:: figures/cmenu-nofiles.png   :alt: 右クリックメニュー     何もファイルを選択していないときの右クリックメニュー
 
3
4
5
6
 
7
8
9
 
3
4
5
 
6
7
8
9
@@ -3,7 +3,7 @@
 ********    .. module:: recovery.dialog - :synopsis: Dialog used to perform recovery operations + :synopsis: リカバリ操作を行うためのダイアログ    .. figure:: figures/recover.png   :alt: リカバリダイアログ
 
2
3
4
5
 
6
7
8
 
2
3
4
 
5
6
7
8
@@ -2,7 +2,7 @@
 ======    .. module:: serve.dialog - :synopsis: Dialog used to start/stop the web server + :synopsis: ウェブサーバを開始・停止するためのダイアログ    .. figure:: figures/serve.png   :alt: ウェブサーバダイアログ
 
3
4
5
6
 
7
8
9
 
72
73
74
75
 
76
77
78
 
114
115
116
117
 
118
119
120
 
138
139
140
141
 
142
143
144
 
189
190
191
192
 
193
194
195
 
246
247
248
249
 
250
251
252
 
265
266
267
268
 
269
270
271
 
308
309
310
311
 
312
313
314
 
3
4
5
 
6
7
8
9
 
72
73
74
 
75
76
77
78
 
114
115
116
 
117
118
119
120
 
138
139
140
 
141
142
143
144
 
189
190
191
 
192
193
194
195
 
246
247
248
 
249
250
251
252
 
265
266
267
 
268
269
270
271
 
308
309
310
 
311
312
313
314
@@ -3,7 +3,7 @@
 **************    .. module:: settings.dialog - :synopsis: Dialog used to set preferences + :synopsis: TortoiseHg および Mercurial の設定ダイアログ    .. figure:: figures/settings.png   :alt: 設定ダイアログ @@ -72,7 +72,7 @@
     .. module:: TortoiseHg.settings - :synopsis: Dialog used to set general TortoiseHg preferences + :synopsis: TortoiseHg の設定    TortoiseHg  ---------- @@ -114,7 +114,7 @@
     .. module:: commit.settings - :synopsis: Dialog used to set commit specific preferences + :synopsis: コミットダイアログに関する設定    コミット  -------- @@ -138,7 +138,7 @@
     .. module:: changelog.settings - :synopsis: Dialog used to set changelog specific preferences + :synopsis: チェンジログの表示に関する設定    チェンジログ  ------------ @@ -189,7 +189,7 @@
     .. module:: web.settings - :synopsis: Dialog used to set web server specific preferences + :synopsis: ウェブサーバに関する設定    サーバ  ------ @@ -246,7 +246,7 @@
     .. module:: proxy.settings - :synopsis: Dialog used to set proxy specific preferences + :synopsis: プロキシ設定    プロキシ  -------- @@ -265,7 +265,7 @@
     .. module:: email.settings - :synopsis: Dialog used to set email specific preferences + :synopsis: メール送信に関する設定    メール送信  ---------- @@ -308,7 +308,7 @@
     .. module:: diff.settings - :synopsis: Dialog used to set diff specific preferences + :synopsis: 差分表示に関する設定    差分  ----
 
2
3
4
5
 
6
7
8
 
2
3
4
 
5
6
7
8
@@ -2,7 +2,7 @@
 ========    .. module:: shelve.dialog - :synopsis: Dialog used to perform shelve/unshelve operations + :synopsis: シェルフ・シェルフから戻す操作をするためのダイアログ    .. warning::   win32text 拡張機能はハンク選択で問題を引き起こす可能性があります。この問題は
 
2
3
4
5
 
6
7
8
 
2
3
4
 
5
6
7
8
@@ -2,7 +2,7 @@
 ==========    .. module:: synchronize.dialog - :synopsis: Dialog used to perform synchronization operations + :synopsis: 他のリポジトリとの同期作業に使用するダイアログ    .. figure:: figures/synchronize.png   :alt: 同期ダイアログ