hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 03 Sep 2019 23:45:38 +0200
changeset 43038 7bb5a2465501
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
revlog: add the appropriate flag is sidedata are passed to `addrevision` If we need to store sidedata, we need the flag to be set and the associated processing to be called. Differential Revision: https://phab.mercurial-scm.org/D6894

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)