hgext/__init__.py
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Sat, 08 Feb 2020 10:22:47 -0500
changeset 44335 9f8eddd2723f
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
purge: add -i flag to delete ignored files instead of untracked files It's convenient for deleting build artifacts. Using --all instead would delete other things too. Differential Revision: https://phab.mercurial-scm.org/D8096

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)