Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

settings: improve documentation of fields with empty defaults

Changeset b2ae2177f515

Parent 782b4e6e2690

by Steve Borho

Changes to one file · Browse files at b2ae2177f515 Showing diff from parent 782b4e6e2690 Diff from another changeset...

 
270
271
272
273
 
 
274
275
276
 
323
324
325
326
 
327
328
329
330
331
332
333
 
334
335
336
337
338
 
339
340
341
 
360
361
362
363
 
364
365
366
367
 
368
369
370
 
270
271
272
 
273
274
275
276
277
 
324
325
326
 
327
328
329
330
331
332
333
 
334
335
336
337
338
 
339
340
341
342
 
361
362
363
 
364
365
366
367
 
368
369
370
371
@@ -270,7 +270,8 @@
  (_('Immediate Operations'), 'tortoisehg.immediate', genEditCombo,   _('Space separated list of shell operations you would like '   'to be performed immediately, without user interaction. ' - 'Commands are "add remove revert forget" Default: None')), + 'Commands are "add remove revert forget". ' + 'Default: None (leave blank)')),   (_('Poll Frequency'), 'tortoisehg.pollfreq', genIntEditCombo,   _('The period (in milliseconds) between modification time polling of '   'key repository files, looking for changes. Values under ' @@ -323,19 +324,19 @@
  (_('Dead Branches'), 'tortoisehg.deadbranch', genEditCombo,   _('Comma separated list of branch names that should be ignored'   ' when building a list of branch names for a repository.' - ' Default: None')), + ' Default: None (leave blank)')),   (_('Branch Colors'), 'tortoisehg.branchcolors', genEditCombo,   _('Space separated list of branch names and colors of the form'   ' branch:#XXXXXX. Spaces and colons in the branch name must be'   ' escaped using a backslash (\\). Likewise some other characters'   ' can be escaped in this way, e.g. \\u0040 will be decoded to the'   ' @ character, and \\n to a linefeed.' - ' Default: None')), + ' Default: None (leave blank)')),   (_('Hide Tags'), 'tortoisehg.hidetags', genEditCombo,   _('Space separated list of tags that will not be shown.'   ' Useful example: Specify "qbase qparent qtip" to hide the'   ' standard tags inserted by the Mercurial Queues Extension.' - ' Default: None')), + ' Default: None (leave blank)')),   (_('After Pull Operation'), 'tortoisehg.postpull', (genDefaultCombo,   ['none', 'update', 'fetch', 'rebase']),   _('Operation which is performed directly after a successful pull.' @@ -360,11 +361,11 @@
  (_('Auto Commit List'), 'tortoisehg.autoinc', genEditCombo,   _('Comma separated list of files that are automatically included'   ' in every commit. Intended for use only as a repository setting.' - ' Default: None')), + ' Default: None (leave blank)')),   (_('Auto Exclude List'), 'tortoisehg.ciexclude', genEditCombo,   _('Comma separated list of files that are automatically unchecked'   ' when the status, and commit dialogs are opened.' - ' Default: None')), + ' Default: None (leave blank)')),   (_('English Messages'), 'tortoisehg.engmsg', genBoolCombo,   _('Generate English commit messages even if LANGUAGE or LANG'   ' environment variables are set to a non-English language.'