Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

hggtk/thgconfig: add 'localdisks' to overlayicons option list

Changeset 668051bcb725

Parent 66670a45162d

by TK Soh

Changes to one file · Browse files at 668051bcb725 Showing diff from parent 66670a45162d Diff from another changeset...

 
85
86
87
88
 
 
89
90
91
 
85
86
87
 
88
89
90
91
92
@@ -85,7 +85,8 @@
  ('Log Batch Size', 'tortoisehg.graphlimit', ['500'],   'The number of revisions to read and display in the'   ' changelog viewer in a single batch. Default: 500'), - ('Overlay Icons', 'tortoisehg.overlayicons', ['enabled', 'disabled'], + ('Overlay Icons', 'tortoisehg.overlayicons', + ['enabled', 'disabled', 'localdisks'],   'Disable/enable overlay icons in Explorer windows'   ' (needs logout/login to take effect!)'))   self.tortoise_frame = self.add_page(notebook, 'TortoiseHG')