hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 10 Mar 2021 05:54:02 +0100
changeset 46761 af7535249ea9
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
hg: make `clean` return consistent with the `update` function The function return a boolean and is used as such. Lets be explicit about it. Differential Revision: https://phab.mercurial-scm.org/D10156

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)