hgext/__init__.py
author Rishabh Madan <rishabhmadan96@gmail.com>
Mon, 28 Aug 2017 04:11:58 +0530
changeset 33958 2a37459aedf2
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
releasenotes: view admonition titles using -l flag Since this extension is fairly new for almost all the contributors, remembering the admonition (with titles) is difficult. The list (-l) flag provides a list of all the active admonitions along with titles. For usage, hg releasenotes -l returns the list. Differential Revision: https://phab.mercurial-scm.org/D454

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