hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 28 Jul 2018 14:52:46 -0700
changeset 38846 5742d0428ed9
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
changegroup: inline prune() logic from narrow prune() needs to ellide manifests that aren't part of the narrow matcher. The code is violating storage abstractions, so a comment has been added. Keep in mind the impetus for moving this code to core is so changegroup code can be refactored to be storage agnostic. Differential Revision: https://phab.mercurial-scm.org/D4012

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