Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.2, 1.0.3, and 1.0.4

stable backout: fix NameError 'gtklib'

A side effect of 288e39c4ecb2.

Changeset c4fe5849059c

Parent faff6f83b69a

by Yuki KODAMA

Changes to one file · Browse files at c4fe5849059c Showing diff from parent faff6f83b69a Diff from another changeset...

 
12
13
14
15
 
16
17
18
 
12
13
14
 
15
16
17
18
@@ -12,7 +12,7 @@
 from tortoisehg.util.i18n import _  from tortoisehg.util import hglib, i18n   -from tortoisehg.hgtk import csinfo, gdialog +from tortoisehg.hgtk import csinfo, gdialog, gtklib    keep = i18n.keepgettext()