Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable logview: re module use moved from treeview to treemodel

When the author coloring moved, the re module import should have moved with it

Fixes #660

Changeset 3b06b5a06a49

Parent b36d953d4e34

by Steve Borho

Changes to 2 files · Browse files at 3b06b5a06a49 Showing diff from parent b36d953d4e34 Diff from another changeset...

 
16
17
18
 
 
19
20
21
 
16
17
18
19
20
21
22
23
@@ -16,6 +16,8 @@
   import gtk  import gobject +import re +  from mercurial import util, templatefilters  from tortoisehg.util import hglib  from tortoisehg.hgtk import gtklib
 
18
19
20
21
22
23
24
 
18
19
20
 
21
22
23
@@ -18,7 +18,6 @@
 import gobject  import pango  import os -import re  import time    from tortoisehg.util.i18n import _