view hgext3rd/__init__.py @ 4603:8cc329d705f9

evolve: add progress support for --continue The progress starts where it left off when the previous command ran into merge conflicts.
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 23 Apr 2019 11:07:28 -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__)