You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the dashboard is showing right now a CL titled
A+C: Jose Luis V?zquez Gonz?lez (individual CLA)
the ? are supposed to be á characters.
the problem is that the dashboard runs hg to
get the CL description without setting HGENCODING=utf-8
in the environment, so hg limits its output to ascii
(surprise!).
the fix is to set HGENCODING in the execution environment
(and to convert all the builders to use the go program).
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: