Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

qtlib: add missing import of mercurial.error

Changeset dbb5a0bb29e2

Parent 445e5bd9f2b9

by Yuya Nishihara

Changes to one file · Browse files at dbb5a0bb29e2 Showing diff from parent 445e5bd9f2b9 Diff from another changeset...

 
15
16
17
18
 
19
20
21
 
15
16
17
 
18
19
20
21
@@ -15,7 +15,7 @@
 import re  import weakref   -from mercurial import extensions, util +from mercurial import extensions, error, util    from tortoisehg.util import hglib, paths, wconfig  from tortoisehg.hgqt.i18n import _