view hgext/__init__.py @ 34681:4dc8a2ee0f4f

context: add is `isinmemory()` to filectx This will make it easier to skip certain behavior when running an in-memory merge. Differential Revision: https://phab.mercurial-scm.org/D1061
author Phil Cohen <phillco@fb.com>
date Fri, 13 Oct 2017 12:54:46 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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