hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 08 Jan 2019 00:30:30 -0800
changeset 41146 963462786f6e
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
progress: check what type of progress bar to use only once per topic This seems to have sped up `hg perfprogress` from 1.78 s to 1.41 s. Differential Revision: https://phab.mercurial-scm.org/D5530

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