Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

colormap: move to tortoisehg/util

This was never GTK specific code

Changeset d55825254dc1

Parent 7260921c21b9

by Steve Borho

Changes to 2 files · Browse files at d55825254dc1 Showing diff from parent 7260921c21b9 Diff from another changeset...

 
18
19
20
21
22
 
 
23
24
25
 
18
19
20
 
 
21
22
23
24
25
@@ -18,8 +18,8 @@
 from tortoisehg.util.i18n import _  from tortoisehg.util import hglib, thread2   -from tortoisehg.hgtk.logview.colormap import AnnotateColorMap -from tortoisehg.hgtk.logview.colormap import AnnotateColorSaturation +from tortoisehg.util.colormap import AnnotateColorMap +from tortoisehg.util.colormap import AnnotateColorSaturation  from tortoisehg.hgtk.logview.treeview import TreeView as LogTreeView  from tortoisehg.hgtk.logview import treemodel as LogTreeModelModule  from tortoisehg.hgtk import gtklib, gdialog, changeset, statusbar, csinfo
Show Entire File tortoisehg/​util/​colormap.py Stacked
renamed from tortoisehg/hgtk/logview/colormap.py
(No changes)