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

thgconfig: insert white space

Changeset 40d3d121ffa9

Parent 6c3bcfbecd2f

by Yuki KODAMA

Changes to one file · Browse files at 40d3d121ffa9 Showing diff from parent 6c3bcfbecd2f Diff from another changeset...

 
229
230
231
232
 
233
234
235
 
252
253
254
255
 
256
257
258
 
229
230
231
 
232
233
234
235
 
252
253
254
 
255
256
257
258
@@ -229,7 +229,7 @@
 _diff_info = (   (_('Patch EOL'), 'patch.eol', ['strict', 'crlf', 'lf'],   _('Normalize file line endings during and after patch to lf or' - ' crlf. Strict does no normalization.' + ' crlf. Strict does no normalization.'   ' Default: strict')),   (_('Git Format'), 'diff.git', ['False', 'True'],   _('Use git extended diff header format.' @@ -252,7 +252,7 @@
  (_('Coloring Style'), 'tortoisehg.diffcolorstyle',   ['none', 'foreground', 'background'],   _('Adjust the coloring style of diff lines in the changeset viewer.' - 'Default: foreground'))) + ' Default: foreground')))    class PathEditDialog(gtk.Dialog):   _protocols = (('ssh', _('ssh')), ('http', _('http')),