hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 13 Oct 2020 05:14:37 +0200
changeset 45735 edf4fa06df94
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
upgrade: allow sidedata upgrade to modify revision flag In the process, we fix the lack of HAS_COPIES_INFO flag on upgrade, and test the results. Differential Revision: https://phab.mercurial-scm.org/D9199

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)