hgext/convert/transport.py
branchstable
changeset 15345 6e3c560f2fd1
parent 14945 11aad09a6370
child 15599 c6be93a4c378
--- a/hgext/convert/transport.py	Sat Oct 22 23:21:38 2011 +0200
+++ b/hgext/convert/transport.py	Sat Oct 22 23:42:48 2011 +0200
@@ -18,6 +18,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
+from mercurial import util
 from svn.core import SubversionException, Pool
 import svn.ra
 import svn.client