hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 19 Jul 2021 03:15:57 +0200
changeset 47706 5bbf304271a0
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
context: use `update_file` instead of `normal` in `markcommitted` This is the newer, more semantic API. Differential Revision: https://phab.mercurial-scm.org/D11148

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)