diff hgext/convert/__init__.py @ 4896:ee04732fe61d

merge with crew-stable
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 17 Jul 2007 09:28:01 -0300
parents d77accdd236e fa6c9381d053
children ad09ce1d393c
line wrap: on
line diff
--- a/hgext/convert/__init__.py
+++ b/hgext/convert/__init__.py
@@ -295,6 +295,8 @@ def _convert(ui, src, dest=None, mapfile
     srcauthor=whatever string you want
     '''
 
+    util._encoding = 'UTF-8'
+
     if not dest:
         dest = hg.defaultdest(src) + "-hg"
         ui.status("assuming destination %s\n" % dest)