[PATCH 1/2] I18N (was i18n stuff)

vseguip at gmail.com vseguip at gmail.com
Sat Jul 16 19:07:32 UTC 2005


> 
> Please obey coding standards here (spaces and line width), and the
> long comment looks terrifying, maybe this can be written as:
> 
>         # sys.stdin.encoding is used to make "hg log|more" work on Windows
>         self.encoding = (self.config("ui", "encoding")
>                          or sys.stdout.encoding or sys.stdin.encoding
>                          or locale.getpreferredencoding())
> 
> And some more missing spaces after a comma or around assignments.
> 

Thanks for the corrections, here goes patch 1 
V. Seguí
-------------- next part --------------
A non-text attachment was scrubbed...
Name: i18n.patch1
Type: application/octet-stream
Size: 2516 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20050716/4f0450dd/attachment-0001.obj>


More information about the Mercurial mailing list