do not directly print, use ctx.ui.info. Otherwise it gives error with LC_ALL=C

This commit is contained in:
Serdar Dalgıç
2009-12-16 09:37:28 +00:00
parent d2760d4b27
commit 27e8a704c5
+1 -1
View File
@@ -67,4 +67,4 @@ Usage: blame <package> ... <package>
s += _('Release Updater: %s <%s>\n') % (package.history[hno].name, package.history[hno].email)
s += _('Update Date: %s\n') % package.history[hno].date
s += '\n%s\n' % package.history[hno].comment
print s
ctx.ui.info(s)