hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 07 Sep 2019 13:44:29 -0400
changeset 42902 ff1ff2aae132
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
uncommit: add support to modify the commit message and date Currently, the evolve extension's version of this command supports it. Differential Revision: https://phab.mercurial-scm.org/D6827

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