hgext3rd/__init__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Sun, 01 Oct 2017 09:52:44 +0200
changeset 34619 18309380fb88
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
scmutil: factor out transaction name lookup in registersummarycallback() Add an inner txmatch function in registersummarycallback() factoring out the logic to determine if the transaction matches a particular sources set. We'll reuse this function to add some new report logic in the new changeset.

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