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

tortoise: remove obsolete shellconf.py

Changeset b11e92ef3802

Parent 9ea244f50e34

by Steve Borho

Changes to one file · Browse files at b11e92ef3802 Showing diff from parent 9ea244f50e34 Diff from another changeset...

Change 1 of 1 Show Entire File tortoise/​shellconf.py Stacked
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
@@ -1,14 +0,0 @@
-# Published under the GNU GPL, v2 or later. -# Copyright (C) 2007 Henry Ludemann <misc@hl.id.au> -# Copyright (C) 2007 TK Soh <teekaysoh@gmail.com> - -from mercurial import ui - -# overlay icons display setting -show_overlay_icons = False - -def read(): - global show_overlay_icons - overlayicons = ui.ui().config('tortoisehg', 'overlayicons', '') - print "tortoisehg.overlayicons = ", overlayicons - show_overlay_icons = overlayicons != 'disabled'