hgext3rd/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 15 Mar 2020 16:00:45 +0900
changeset 44591 1f81f680912f
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
templater: remember cache key of evaluated revset This provides a hint for caching further computation result of the given revset. See the next patch for example.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)