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

settings: add mq.diff to diff page

Changeset 0b9b9775d9dd

Parent 48963699f294

by Steve Borho

Changes to one file · Browse files at 0b9b9775d9dd Showing diff from parent 48963699f294 Diff from another changeset...

 
484
485
486
 
 
 
 
 
 
487
488
489
 
484
485
486
487
488
489
490
491
492
493
494
495
@@ -484,6 +484,12 @@
  (_('Git Format'), 'diff.git', genBoolCombo,   _('Use git extended diff header format.'   ' Default: False')), + (_('MQ Git Format'), 'mq.git', (genDefaultCombo, + ['auto', 'keep', 'yes', 'no']), + _("If set to 'keep', mq will obey the [diff] section configuration while" + " preserving existing git patches upon qrefresh. If set to 'yes' or" + " 'no', mq will override the [diff] section and always generate git or" + " regular patches, possibly losing data in the second case.")),   (_('No Dates'), 'diff.nodates', genBoolCombo,   _('Do not include modification dates in diff headers.'   ' Default: False')),