view hgext/__init__.py @ 50458:714b63a707b7

perf: introduce a `perf::stream-locked-section` command This command benchmark the initial part of a stream clone, where the repository is locked.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 28 Apr 2023 16:28:43 +0200
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)