hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 10 Mar 2018 14:06:58 -0800
changeset 36868 8ddb5c354906
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
hgweb: expose repo name on parsedrequest I'm not a fan of doing this because I want to find a better solution to the REPO_NAME hack. But this change gets us a few steps closer to eliminating use of wsgirequest. We can worry about fixing REPO_NAME once wsgirequest is gone. Differential Revision: https://phab.mercurial-scm.org/D2784

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