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

stable thgconfig: add 'auto' to patch.eol options

Changeset 6f6c1a0e7aae

Parent d5646ce28cf4

by Steve Borho

Changes to one file · Browse files at 6f6c1a0e7aae Showing diff from parent d5646ce28cf4 Diff from another changeset...

 
227
228
229
230
 
231
232
 
 
233
234
235
 
227
228
229
 
230
231
 
232
233
234
235
236
@@ -227,9 +227,10 @@
  _('Hostname the sender can use to identify itself to the mail server.')))    _diff_info = ( - (_('Patch EOL'), 'patch.eol', ['strict', 'crlf', 'lf'], + (_('Patch EOL'), 'patch.eol', ['auto', 'strict', 'crlf', 'lf'],   _('Normalize file line endings during and after patch to lf or' - ' crlf. Strict does no normalization.' + ' crlf. Strict does no normalization. Auto does per-file' + ' detection, and is the recommended setting.'   ' Default: strict')),   (_('Git Format'), 'diff.git', ['False', 'True'],   _('Use git extended diff header format.'