hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 11 Jan 2021 23:02:20 -0800
changeset 46292 3204a35e5c7e
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
shelve: make listshelves() list shelves in a given vfs Differential Revision: https://phab.mercurial-scm.org/D9739

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)