hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 22 Apr 2017 15:28:29 +0900
changeset 32895 388e1242ed9e
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
commit: do not look up committemplate in template paths (BC) From 5375ba75df40 and de5cee8ba088, I don't think the current behavior is intended. Commit templates should be processed as literal templates.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)