##// END OF EJS Templates
mail: correct typo in variable name
Christian Ebert -
r7195:9fabcb1f default
parent child Browse files
Show More
@@ -128,7 +128,7 b' def _encode(ui, s, charsets):'
128 128 except UnicodeEncodeError:
129 129 pass
130 130 except LookupError:
131 ui.warn(_('ignoring invalid sendcharset: %s\n') % cs)
131 ui.warn(_('ignoring invalid sendcharset: %s\n') % ocs)
132 132 # if ascii, or all conversion attempts fail, send (broken) ascii
133 133 return s, 'us-ascii'
134 134
General Comments 0
You need to be logged in to leave comments. Login now