hgext/__init__.py
author Boris Feld <boris.feld@octobus.net>
Mon, 05 Nov 2018 15:15:18 +0100
changeset 40602 b5b3dd4e40c3
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
perf: add `parent-2` as possible source for perfrevlogwrite This source will use a diff against p2 if it exists and fall back to p1 otherwise.

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