hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 01 Oct 2017 10:17:11 +0100
changeset 34393 aea6344e989b
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
commands: remove suggestion to clone via `cp -al` This was added in 2df98f616645 in 2006. This may be possible but it seems like a bad idea to even suggest it. Differential Revision: https://phab.mercurial-scm.org/D863

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