hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 25 Apr 2017 00:19:03 -0700
branchstable
changeset 32074 769c831708c7
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: demonstrate that pager.attend-<abbreviated> doesn't work A pager.attend-* value that isn't a full command or alias name doesn't work. We add explicit test coverage of this to demonstrate it.

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