hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 06 Mar 2023 21:03:45 +0100
branchstable
changeset 50286 3d0b5760851c
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
undo-files: move the undo cleanup code in the transaction module Now that undo creation is gathered in the transaction module, let us move the code cleaning them up there too. This will be useful to better clean previous undo files up before creating new ones.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)