view hgext/__init__.py @ 49109:953b08a2d983

dirstatemap: move `set_untracked` out of the common methods There is a dedicated Rust implementation now Differential Revision: https://phab.mercurial-scm.org/D12507
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 28 Mar 2022 18:15:11 +0200
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)