view hgext/__init__.py @ 49102:358b1a1e3678

dirstatemap: move `reset_state` out of common methods Now that we have a Rust implementation, we defer to that accordingly. Differential Revision: https://phab.mercurial-scm.org/D12500
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 23 Mar 2022 17:25:42 +0100
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)