hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Mon, 07 Sep 2015 21:58:17 +0900
changeset 26188 662ea52d5dca
parent 1360 7d439981bec4
child 28450 155e3308289c
permissions -rw-r--r--
templater: catch regexp error at sub() function This patch splits re.sub() into re.compile() and sub() so that it can distinguish which argument causes re.error.
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