hgext/__init__.py
author Boris Feld <boris.feld@octobus.net>
Thu, 07 Dec 2017 16:19:46 +0100
changeset 35345 c3e4f196b6e0
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
debugformat: add a 'debugformat' command The command displays basic data about all format variants registered for repo upgrades. This gives a quick way to peek into a repository format. The 'fm.write()' calls are very independent because more data will be added in later changeset. Having more separate call make the later patch clearer.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)