hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 11 Jan 2020 04:57:29 +0100
changeset 44055 7f67f53492f7
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
changelog: fix the diverted opener to accept more kwargs The current code prevent the use of `atomictemp` file with the changelog opener. I do not see a good reason for this limitation. Differential Revision: https://phab.mercurial-scm.org/D7831

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

__path__ = pkgutil.extend_path(__path__, __name__)