view hgext3rd/__init__.py @ 41197:172296c6db91

tests: add test for warning on histedit with tagged commits This is a follow-up patch to 7b7e081f8954 (D5494). Differential Revision: https://phab.mercurial-scm.org/D5552
author Navaneeth Suresh <navaneeths1998@gmail.com>
date Thu, 10 Jan 2019 18:31:46 +0530
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

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