author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
Tue, 17 Jul 2007 09:08:29 -0300 | |
changeset 4895 | fa6c9381d053 |
parent 4894 | be5dc5e3ab2d |
child 4896 | ee04732fe61d |
child 4928 | 2a7d30c97f89 |
--- 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)