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

fileview: add missing import of mercurial.util

closes #93

Changeset cdbcf16b8a7b

Parent 257e20b0026b

by Steve Borho

Changes to one file · Browse files at cdbcf16b8a7b Showing diff from parent 257e20b0026b Diff from another changeset...

 
21
22
23
24
 
25
26
27
 
21
22
23
 
24
25
26
27
@@ -21,7 +21,7 @@
 import difflib  import re   -from mercurial import hg, error, match, patch, subrepo, commands +from mercurial import hg, error, match, patch, subrepo, commands, util  from mercurial import ui as uimod    from PyQt4.QtCore import *