hgext3rd/__init__.py
author rdamazio@google.com
Thu, 18 Oct 2018 19:57:05 -0700
changeset 40414 444861dc1e55
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
help: displaying documented aliases by default This makes aliases be displayed in "hg help" when they have a :doc config entry, and also allows them to be assigned to a category with :category. Differential Revision: https://phab.mercurial-scm.org/D5087

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)