view hgext/__init__.py @ 40437:a0e7fa019290

storage: update sqlitestore to use the new `deltamode` parameter While updating the filelog class, I forget to update the sqlitestore, tests are now passing with this patch. Differential Revision: https://phab.mercurial-scm.org/D5185
author Boris Feld <boris.feld@octobus.net>
date Tue, 23 Oct 2018 19:20:22 +0200
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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