hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Fri, 26 May 2017 18:27:59 +0200
changeset 2492 c9f1118b33d6
parent 2020 143c8e4dc22d
permissions -rw-r--r--
effectflag: split effect flag meta Split effect flag meta into 3 separate flags: - USERCHANGED - DATECHANGED - BRANCHCHANGED Also display them separately for the moment, they could be grouped back together if we want later.

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