Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

thgconfig: add tortoisehg.maxdiff configurable

Changeset 7d809817314c

Parent dd33b915ff44

by Steve Borho

Changes to one file · Browse files at 7d809817314c Showing diff from parent dd33b915ff44 Diff from another changeset...

 
46
47
48
 
 
 
 
49
50
51
 
46
47
48
49
50
51
52
53
54
55
@@ -46,6 +46,10 @@
  _('Specify the number of spaces that tabs expand to in various'   ' TortoiseHG windows.'   ' Default: Not expanded')), + (_('Max Diff Size'), 'tortoisehg.maxdiff', ['1024'], + _('The maximum size file (in KB) that TortoiseHg will ' + 'show changes for in the changelog, status, and commit windows.' + ' Default: 1024 (1MB)')),   (_('Bottom Diffs'), 'gtools.diffbottom', ['False', 'True'],   _('Show the diff panel below the file list in status, shelve, and'   ' commit dialogs.'