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

hgshelve: remove gtklib reference

Changeset e45db46f820d

Parent 560293cc0719

by Steve Borho

Changes to one file · Browse files at e45db46f820d Showing diff from parent 560293cc0719 Diff from another changeset...

 
24
25
26
27
28
29
30
31
 
138
139
140
141
 
142
143
144
 
24
25
26
 
 
27
28
29
 
136
137
138
 
139
140
141
142
@@ -24,8 +24,6 @@
 from tortoisehg.util.i18n import _  from tortoisehg.util import hglib   -from tortoisehg.hgtk import gtklib -  lines_re = re.compile(r'@@ -(\d+),(\d+) \+(\d+),(\d+) @@\s*(.*)')    def internalpatch(patchobj, ui, strip, cwd, files={}): @@ -138,7 +136,7 @@
  if selected(i):   shunks += 1   slines += h.added + h.removed - str += '<span foreground="%s">' % gtklib.DBLUE + str += '<span foreground="blue">'   str += _('total: %d hunks (%d changed lines); '   'selected: %d hunks (%d changed lines)') % (hunks,   lines, shunks, slines)