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

thgconfig: document maxdiff=0

Changeset c6a225d4ccba

Parent e3cfe8f12798

by Steve Borho

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

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