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

qtlib: add a missing import for mercurial.util

Changeset 1d7144018fcf

Parent 6afe5bf217f4

by Steve Borho

Changes to one file · Browse files at 1d7144018fcf Showing diff from parent 6afe5bf217f4 Diff from another changeset...

 
11
12
13
14
 
15
16
17
 
11
12
13
 
14
15
16
17
@@ -11,7 +11,7 @@
   from PyQt4 import QtCore, QtGui  from PyQt4 import Qsci -from mercurial import extensions +from mercurial import extensions, util    from tortoisehg.util import hglib  from tortoisehg.hgqt.i18n import _