Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

thgconfig: fix capitalizations of config name

Changeset f907d5413680

Parent bb87fd7b0e86

by Yuki KODAMA

Changes to one file · Browse files at f907d5413680 Showing diff from parent bb87fd7b0e86 Diff from another changeset...

 
54
55
56
57
 
58
59
60
61
62
63
 
64
65
66
 
130
131
132
133
 
134
135
136
 
54
55
56
 
57
58
59
60
61
62
 
63
64
65
66
 
130
131
132
 
133
134
135
136
@@ -54,13 +54,13 @@
  _('Show the diff panel below the file list in status, shelve, and'   ' commit dialogs.'   ' Default: False (show diffs to right of file list)')), - (_('Capture Stderr'), 'tortoisehg.stderrcapt', ['True', 'False'], + (_('Capture stderr'), 'tortoisehg.stderrcapt', ['True', 'False'],   _('Redirect stderr to a buffer which is parsed at the end of'   ' the process for runtime errors. Default: True')),   (_('Fork hgtk'), 'tortoisehg.hgtkfork', ['True', 'False'],   _('When running hgtk from the command line, fork a background'   ' process to run graphical dialogs. Default: True')), - (_('Full path title'), 'tortoisehg.fullpath', ['False', 'True'], + (_('Full Path Title'), 'tortoisehg.fullpath', ['False', 'True'],   _('Show a full directory path of the repository in the dialog title'   ' instead of just the root directory name. Default: False')))   @@ -130,7 +130,7 @@
  )    _paths_info = ( - (_('After pull operation'), 'tortoisehg.postpull', + (_('After Pull Operation'), 'tortoisehg.postpull',   ['none', 'update', 'fetch', 'rebase'],   _('Operation which is performed directly after a successful pull.'   ' update equates to pull --update, fetch equates to the fetch'