hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Thu, 22 Nov 2018 21:00:13 +0100
changeset 40750 45a0047c0ebc
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
perf: add a perfignore command The command is meant to benchmark operations related to hgignore. Right now the command is benchmarking the loading time of the hgignore rules.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)