hgext/__init__.py
author Sean Farley <sean@farley.io>
Fri, 09 Jun 2017 13:39:13 -0700
changeset 32764 ec302748edd8
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
context: add convenience method for returning a memfilectx from a patch This is mostly a copy of what makememctx does but refactored to make it behave more like our other convenience methods.

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