hgext/__init__.py
author Augie Fackler <augie@google.com>
Fri, 23 Jan 2015 15:19:04 -0500
branchstable
changeset 23942 fefa5f2a1730
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
parsers: fix leak of err when asciilower hits a unicode decode error This is one of many errors detected in parsers.c by cpychecker[1]. I haven't gone through all of them yet. 1: https://gcc-python-plugin.readthedocs.org/en/latest/index.html
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