Show More
@@ -269,6 +269,8 b' def _convert(ui, src, dest=None, mapfile' | |||||
269 | srcauthor=whatever string you want |
|
269 | srcauthor=whatever string you want | |
270 | ''' |
|
270 | ''' | |
271 |
|
271 | |||
|
272 | util._encoding = 'UTF-8' | |||
|
273 | ||||
272 | srcc = converter(ui, src) |
|
274 | srcc = converter(ui, src) | |
273 | if not hasattr(srcc, "getcommit"): |
|
275 | if not hasattr(srcc, "getcommit"): | |
274 | raise util.Abort("%s: can't read from this repo type" % src) |
|
276 | raise util.Abort("%s: can't read from this repo type" % src) |
General Comments 0
You need to be logged in to leave comments.
Login now