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

thgconfig: add patch.eol to diff tab

Changeset f5f16a958a82

Parent fe9eaba652a8

by Steve Borho

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

 
209
210
211
 
 
 
 
212
213
214
 
209
210
211
212
213
214
215
216
217
218
@@ -209,6 +209,10 @@
  _('Hostname the sender can use to identify itself to the mail server.')))    _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.' + ' Default: strict')),   (_('Git Format'), 'diff.git', ['False', 'True'],   _('Use git extended diff header format.'   ' Default: False')),