hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 03 Sep 2019 23:51:17 +0200
changeset 42987 36a0a1951d64
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
flagprocessors: add a `sidedata` parameters to _processflagswrite To read sidedata using flagprocessors, we need flag processors to store them. So we pass this information to the flag processing layer. Differential Revision: https://phab.mercurial-scm.org/D6815

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