hgext/__init__.py
author Christian Ebert <blacktrash@gmx.net>
Wed, 12 Dec 2007 14:44:59 +0100
changeset 5655 fe38b0a3a928
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
highlight: pass encoding to lexers and formatter Try to avoid UnicodeDecodeError by: - encoding to local - passing util._encoding as lexer input encoding - passing hgweb.encoding as formatter output encoding
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
7d439981bec4 Re-add hgext/__init__.py
Matt Mackall <mpm@selenic.com>
parents:
diff changeset
     1
# placeholder