hgext/convert/__init__.py
changeset 4895 fa6c9381d053
parent 4883 72ac66e88c43
child 4896 ee04732fe61d
--- a/hgext/convert/__init__.py	Tue Jul 17 09:08:29 2007 -0300
+++ b/hgext/convert/__init__.py	Tue Jul 17 09:08:29 2007 -0300
@@ -269,6 +269,8 @@
     srcauthor=whatever string you want
     '''
 
+    util._encoding = 'UTF-8'
+
     srcc = converter(ui, src)
     if not hasattr(srcc, "getcommit"):
         raise util.Abort("%s: can't read from this repo type" % src)