hgext/__init__.py
author Jun Wu <quark@fb.com>
Wed, 29 Mar 2017 12:21:15 -0700
changeset 31718 bf64449b2779
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
hardlink: extract topic text logic of copyfiles The topic text shows whether it's "linking" or "copying", based on "hardlink" value. The function is extracted so a later patch can reuse it.

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