view hgext/__init__.py @ 41470:d1a273074f62

perf: add a --[no-]clear-caches option to `perfnodemap` The option is useful to look at pure lookup performance on a warm data structure.
author Boris Feld <boris.feld@octobus.net>
date Mon, 28 Jan 2019 03:41:33 -0500
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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