view hgext/__init__.py @ 52283:fad30cb98579

histedit-continue: wire up `hg continue` and `histedit`
author Brian Hulette <bhulette@apache.org>
date Wed, 30 Oct 2024 19:38:56 -0700
parents f4733654f144
children
line wrap: on
line source

from __future__ import annotations

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)