hgext/__init__.py
author Kyle Lippincott <spectral@google.com>
Thu, 01 Nov 2018 16:44:02 -0700
changeset 40540 889424be7ad2
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
catapult: introduce HGTESTCATAPULTSERVERPIPE to control run-tests' tracing If unset, it will inherit its value from HGCATAPULTSERVERPIPE (which hg itself also respects). By setting only HGTESTCATAPULTSERVERPIPE, we can get per-command breakdowns of the test runtimes for the whole test suite without overloading the trace file with the contents of the tracing from hg (such as demandimport, etc.) Differential Revision: https://phab.mercurial-scm.org/D5216

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