view hgext3rd/__init__.py @ 3905:4806d1339c30

builddependencies: share code between single- and multi-successor cases The two cases now have more similar structure ("if succ in revs: dependencies[r].add(succ)"), so let's share the code so it doesn't start drifting apart again.
author Martin von Zweigbergk <martinvonz@google.com>
date Wed, 25 Jul 2018 16:23:25 -0700
parents 143c8e4dc22d
children
line wrap: on
line source

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