do not directly print, use ctx.ui.info. Otherwise it gives error with LC_ALL=C
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user