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

doc: add module for each tab in settings

Changeset 88eda8b0f73c

Parent b2f742be419a

by Giampaolo Fadel

Changes to one file · Browse files at 88eda8b0f73c Showing diff from parent b2f742be419a Diff from another changeset...

 
82
83
84
 
 
 
85
86
87
 
124
125
126
 
 
 
127
128
129
 
148
149
150
 
 
 
151
152
153
 
172
173
174
 
 
 
175
176
177
 
188
189
190
 
 
 
191
192
193
 
247
248
249
 
 
 
250
251
252
 
267
268
269
 
 
 
270
271
272
 
312
313
314
 
 
 
315
316
317
 
82
83
84
85
86
87
88
89
90
 
127
128
129
130
131
132
133
134
135
 
154
155
156
157
158
159
160
161
162
 
181
182
183
184
185
186
187
188
189
 
200
201
202
203
204
205
206
207
208
 
262
263
264
265
266
267
268
269
270
 
285
286
287
288
289
290
291
292
293
 
333
334
335
336
337
338
339
340
341
@@ -82,6 +82,9 @@
 :guilabel:`TortoiseHg`, :guilabel:`Commit`, :guilabel:`Changelog`, which  are specifically for TortoiseHg).   +.. module:: TortoiseHg.settings + :synopsis: Dialog used to set general TortoiseHg preferences +  TortoiseHg  ----------   @@ -124,6 +127,9 @@
  commit dialogs.   Default: False (show diffs to right of file list).   +.. module:: commit.settings + :synopsis: Dialog used to set commit specific preferences +  Commit  ------   @@ -148,6 +154,9 @@
  if any lines are too long at commit.   Default: 0 (unenforced).   +.. module:: changelog.settings + :synopsis: Dialog used to set changelog specific preferences +  Changelog  ---------   @@ -172,6 +181,9 @@
  of the currently selected changeset into the clipboard.   Default: False.   +.. module:: synchronize.settings + :synopsis: Dialog used to set synchronize specific preferences +  Sync  ----   @@ -188,6 +200,9 @@
  be listed in the Synchronize tool path drop-down box, and they can   be used as short-cuts on the command line.   +.. module:: web.settings + :synopsis: Dialog used to set web server specific preferences +  Web  ---   @@ -247,6 +262,9 @@
 :guilabel:`Encoding:`   Character encoding name.   +.. module:: proxy.settings + :synopsis: Dialog used to set proxy specific preferences +  Proxy  -----   @@ -267,6 +285,9 @@
  proxy server.     +.. module:: email.settings + :synopsis: Dialog used to set email specific preferences +  Email  -----   @@ -312,6 +333,9 @@
  Hostname the sender can use to identify itself to the mail server.     +.. module:: diff.settings + :synopsis: Dialog used to set diff specific preferences +  Diff  ----