hgext/__init__.py
author Phil Cohen <phillco@fb.com>
Thu, 31 Aug 2017 11:28:59 -0700
changeset 34037 65ae54582713
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
merge: move some of the logic in batchget() to workingfilectx We will use this logic in two places with in-memory merge. Differential Revision: https://phab.mercurial-scm.org/D444

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