[PATCH] Ensure HG useses utf-8 encoding

Diego Búrigo Zacarão diegobz at gmail.com
Mon Oct 5 13:17:28 UTC 2009


On Mon, Oct 5, 2009 at 10:12 AM, Mike McGrath <mmcgrath at redhat.com> wrote:

> ---
>  modules/transifex/files/tx-django.wsgi |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/modules/transifex/files/tx-django.wsgi
> b/modules/transifex/files/tx-django.wsgi
> index b54076c..1291f66 100755
> --- a/modules/transifex/files/tx-django.wsgi
> +++ b/modules/transifex/files/tx-django.wsgi
> @@ -14,9 +14,11 @@ setup_environ(settings)
>
>  # Setting up the SOCK to use ssh-agent
>  os.environ['SSH_AUTH_SOCK']='/var/lib/transifex/ssh-agent-sock-transifex'
> -
>  os.environ['CVS_RSH']='ssh'
>
> +# Ensure HG uses utf-8 encoding
> +os.environ['HGENCODING']='utf-8'
> +
>  # Setting up the home dir
>  os.environ['HOME'] = '/var/lib/transifex'
>  <https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list>


I'm suspicious of saying something, but I give a +1. :)

--
Diego Búrigo Zacarão
http://diegobz.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20091005/6843efa5/attachment.html 


More information about the infrastructure mailing list