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

reporegistry: add missing import for mercurial.error

Changeset 66c04754e391

Parent 1a84db9363f6

by Steve Borho

Changes to one file · Browse files at 66c04754e391 Showing diff from parent 1a84db9363f6 Diff from another changeset...

 
7
8
9
 
 
10
11
12
 
7
8
9
10
11
12
13
14
@@ -7,6 +7,8 @@
   import os   +from mercurial import error +  from tortoisehg.util import hglib, paths  from tortoisehg.hgqt.i18n import _  from tortoisehg.hgqt import qtlib, repotreemodel, clone, settings, thgrepo