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

hggtk/thgconfig: add tortoisehg.overlayicons option

[based on original patch by Adrian Buehlmann]

Changeset 81aa30e7e43c

Parent b20b8e834566

by TK Soh

Changes to one file · Browse files at 81aa30e7e43c Showing diff from parent b20b8e834566 Diff from another changeset...

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