Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7.1, 0.7.2, and 0.7.3

thgconfig: move 'bottom diffs' to tortoisehg page

fixes #49

Changeset 0bfa5327d356

Parent 923c2009f619

by Steve Borho

Changes to one file · Browse files at 0bfa5327d356 Showing diff from parent 923c2009f619 Diff from another changeset...

 
35
36
37
 
 
 
38
39
40
 
45
46
47
48
49
50
51
 
52
53
54
 
35
36
37
38
39
40
41
42
43
 
48
49
50
 
 
 
 
51
52
53
54
@@ -35,6 +35,9 @@
  ('Tab Width', 'tortoisehg.tabwidth', [],   'Specify the number of spaces to expand tabs.'   ' Default: Not expanded'), + ('Bottom Diffs', 'gtools.diffbottom', ['False', 'True'], + 'Show the diff panel below the file list in status, shelve, and' + ' commit dialogs. Default: False'),   ('Overlay Icons', 'tortoisehg.overlayicons',   ['False', 'True', 'localdisks'],   'Display overlay icons in Explorer windows.' @@ -45,10 +48,7 @@
  'Name associated with commits'),   ('External Commit Tool', 'tortoisehg.extcommit', ['None', 'qct'],   'Select commit tool launched by TortoiseHg. Qct must must be' - ' installed separately. Default: None'), - ('Bottom Diffs', 'gtools.diffbottom', ['False', 'True'], - 'Move diff panel below file list in status and' - ' commit dialogs. Default: False')) + ' installed separately. Default: None'))    _log_info = (   ('Author Coloring', 'tortoisehg.authorcolor', ['False', 'True'],