Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable setup, hgqt: remove workbench_rc which is no longer used

Now all icons are placed under icons/ directory.

Changeset 20c47445087d

Parent 7f48a09f76e8

by Yuya Nishihara

Changes to 3 files · Browse files at 20c47445087d Showing diff from parent 7f48a09f76e8 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
191
192
193
194
195
196
197
198
 
191
192
193
 
 
194
195
196
@@ -191,8 +191,6 @@
  def run(self):   self._wrapuic()   basepath = join(os.path.dirname(__file__), 'tortoisehg', 'hgqt') - self.build_rc(os.path.join(basepath, 'workbench_rc.py'), - os.path.join(basepath, 'icons'), '/icons')   self.build_rc(os.path.join(basepath, 'icons_rc.py'),   os.path.join(os.path.dirname(__file__), 'icons'),   '/icons')
Change 1 of 1 Show Entire File thg Stacked
 
43
44
45
46
47
48
49
 
43
44
45
 
46
47
48
@@ -43,7 +43,6 @@
 demandimport.ignore.append('win32com.shell')  demandimport.ignore.append('tortoisehg.util.config')  demandimport.ignore.append('icons_rc') -demandimport.ignore.append('workbench_rc')  demandimport.enable()  from mercurial import ui as uimod, util  from tortoisehg.util.hgversion import hgversion, checkhgversion
 
1
2
3
4
 
1
2
 
 
@@ -1,4 +1,2 @@
 # load icon resources  import icons_rc -import workbench_rc -# TODO: remove workbench_rc after unifying icons directory