hgext/__init__.py
author Jun Wu <quark@fb.com>
Fri, 29 Sep 2017 11:41:24 -0700
changeset 34323 12b355964de8
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
test-patchbomb: use mocktime The test was using system time for displaying ETAs, which could be flaky if the sysload is high. This patch extracts mocktime.py from test-progress.t to make sure test-patchbomb.t is unaffected by system time. Differential Revision: https://phab.mercurial-scm.org/D844

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